Can base64 encoding applied to multibyte utf-8 characters ? How base64 encoded string is converted back to multibyte utf-8 string ?
base64 is applied to bytes, not characters. It's up to your application to convert your strings, utf8 or not, to their bytes representation.
base64 does not care. You can use base64 encode and then decode to get back where you were.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With