I am having some difficulty understanding how to output a UTF-16 string with PHP and having it properly displayed in the web page..
The string is from a game (it is a name) and can contain any of the characters.
I would like to output the given string "ムName" as ムName which would be interpreted by the browser as the original string ("ムName"). Thanks.