How do I convert a utf-8 string to a utf-16 string in PHP?
|
|
mbstring supports UTF-16, so you can use |
||
|
|
|
|
You could also use It's native in PHP, but require that all your text is one charset. Else it could discard characters. |
||
|
|
