I’m writing a program that allows the user to click the flag and the test will change to that language and display.
I’m trying to convert from English to Chinese using characters such as “ æ“迎” The browser interprets these into, in this case, Japanese but my code needs to display in Chinese. The internet is giving all kinds of code to convert from English into the Chinese language. I need to put in Unicode characters that the browser will make the final change into Chinese words. I’m using define("CHARSET","UTF-8"); So the question is how does one enter Chinese Unicode?? Thanks, ..../Ernie