didn't know where else to post/send this....
Thanks to a new post in the Chinese forum, I spotted a error. The pages for the forum specify
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
It should be
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Only with UTF-8 do international characters appear correctly. It's a detail, but that's the kind of guy I am.
Thanks to a new post in the Chinese forum, I spotted a error. The pages for the forum specify
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
It should be
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Only with UTF-8 do international characters appear correctly. It's a detail, but that's the kind of guy I am.