maxdg wrote:
athron wrote:
I think this iso code setting are shown in charset of html.
May be ,it should be filled EUC-JP . ( Sorry,I have not confirmed this setting yet),
What iso code are set for japanese lang in your Lang conf page of mambelfish ?
I filled that this way:
japanese: jap
italian: ita
spanish: spa
french: fra
english: eng
All of this works pretty fine, but for japanese.
I tried a quickly change with EUC-JP (didn't works... as expected..

) but I'm just thinking it may be a MySQL matter...
Quote:
And to help you and me, let me know "phpinfo" of your site by PM or E-mail .
I'll do it.
Thanks a lot!!
(Just for now I've read some of your articles here and take your file language 4.5.1 from jamambo..

)
I got your phpinfo and it seems good for treating Japanese language.
Hummmm....

Now,I checked your site.
Did your change iso code UTF-8 ?
Althoh "charset=iso-8859-1" were shown in your Japanese page ,I can see Japanese well by changing my brouser encoding to UTF-8.
Your site header contains this line.
Code:
<?xml version="1.0" encoding="UTF-8"?>
If youcan,I suggest the next way for you to work around to see all language.
1. All language contents will be treated by UTF-8 encoding.
2. Your site template will be changed variable iso code to UTF-8 constant text.
Code:
charset=<?php ISO[1]
------> charset="UTF-8"
I have not made Mambelfish running yet..
Is Membelfish suitable for Mambo 4.5.2.3 and php 5 ?
If it is not, I will try under Mambo 4.5.1 and php 4.3 ...
It needs more some time for me.
