Re: [PHP] Re: mbstring: Japanese conversion not working for me

2002-07-09 Thread Alberto Serra
ðÒÉ×ÅÔ! Jean-Christian Imbeault wrote: > I tried EUC-JP and ISO-2022-JPand neither worked. Ah well ... so much > for a nice idea quick hack to displaying multiple charsets at once. They should. I checked out w3c.org at that and it definitely should. No exception for japanese mentioned anywhere

Re: [PHP] Re: mbstring: Japanese conversion not working for me

2002-07-09 Thread Jean-Christian Imbeault
Alberto Serra wrote: > > the charset codes must be fully specified, such as > ISO-2022-JP (the one you are using yourself) > SHIFT-JIS > EUC-JP I tried EUC-JP and ISO-2022-JPand neither worked. Ah well ... so much for a nice idea quick hack to displaying multiple charsets at once. Jc -- P

Re: [PHP] Re: mbstring: Japanese conversion not working for me

2002-07-09 Thread Alberto Serra
ðÒÉ×ÅÔ! > > 2 : 111??1235 > language codes are zh = chinese ko = korean ja = japanese the charset codes must be fully specified, such as ISO-2022-JP (the one you are using yourself) SHIFT-JIS EUC-JP otherwise it will make no sense to your browser. Usually looking at wh

Re: [PHP] Re: mbstring: Japanese conversion not working for me

2002-07-09 Thread Jean-Christian Imbeault
I tried the following but it did not seem to do anything. [some text here in japanese ...] 1 : 111$B$"$$$&$($*!!4A;z$R$i$,$J(B1235 [now i want to change the charset so] 2 : 111$B!"!V!"!"!"%r!"%#!"%'!#!#%(%A%5yh%a!"r&%c!"%O(B1235 (I tried EUC/EUC-JP/EUC_JP but nothing worked). Jc -- P

Re: [PHP] Re: mbstring: Japanese conversion not working for me

2002-07-08 Thread Alberto Serra
ðÒÉ×ÅÔ! > Can you explain that SPAN thing a bit more. You said to use: > > your text > > I can understand the charset param but what is the lang param used for? Basically it might even be useless. But id does not harm to use it. Like this: this text uses the header charset language setti

Re: [PHP] Re: mbstring: Japanese conversion not working for me

2002-07-08 Thread Jean-Christian Imbeault
Alberto Serra wrote: > > Now THAT'S NEWS! :) Tell me about it! > Okay, just put the SPAN thing around your different > output sections and you'll be able to check both in and out on the same > page :) Can you explain that SPAN thing a bit more. You said to use: your text I can underst

Re: [PHP] Re: mbstring: Japanese conversion not working for me

2002-07-08 Thread Alberto Serra
ðÒÉ×ÅÔ! Jean-Christian Imbeault wrote: > Found my problem.There was no problem. I was trying to test my code by > displaying the INPUT and OUTPUT in a web browser. I forgot to realize > that my input and oupts were in different encodings. > Now THAT'S NEWS! :) Okay, just put the SPAN thing arou

[PHP] Re: mbstring: Japanese conversion not working for me

2002-07-08 Thread Jean-Christian Imbeault
Found my problem.$B!!(BThere was no problem. I was trying to test my code by displaying the INPUT and OUTPUT in a web browser. I forgot to realize that my input and oupts were in different encodings. The browser can only display one encoding charset so of course either the input or the output st