Have been doing further testing to try and get this fixed. Here is what I have discovered...
In the backend, I have Japanese titles written for book categories. If I click on the green edit button for one of the category names, I see this string of Unicode characters:
& # 1 2 3 8 1 ; & # 1 2 3 9 8 ; & # 1 2 4 1 1 ; & # 1 2 3 6 3 ; (I had to put spaces in between the characters so they wouldn't display as Japanese in this message.)
This string of unicode displays correctly in both the front and backend correctly like this:
そのほか
If I go back and edit the category and replace:
& # 1 2 3 8 1 ; & # 1 2 3 9 8 ; & # 1 2 4 1 1 ; & # 1 2 3 6 3 ;
with
そのほか
then save, in the backend it appears correctly (そのほか) but in the front end it appears as: ???? (Four question marks!)
So this tells me the backend can handle both formats of the characters, but the front end can only display the Japanese correctly if I use the Unicode format: & # 1 2 3 8 1 ; & # 1 2 3 9 8 ; & # 1 2 4 1 1 ; & # 1 2 3 6 3 ;
As the text displays correctly in the backend, there must be some setting that I have missed that is not allowing the front end to display things properly. How do I change the front end from Unicode???
Or is there something else I am missing? Any help or advice would be greatly appreciated!


Reply With Quote

