in reply to Re^2: UTF-8 problem, some chars appear as \x..
in thread UTF-8 problem, some chars appear as \x..
In any case, I tend to heed the warning in the Encode manual about the _utf8_off/on "internal" functions -- they are not intended to be part of the Encode API, and you shouldn't be using them at all.
It would help a lot if you could provide a data sample, and/or describe the problem in the data in more detail:
BTW, when the cgi script sends stuff to the client browser, is the character encoding specified in the http header or in the html, and/or is the browser using the correct encoding when interpreting the data?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: UTF-8 problem, some chars appear as \x..
by zanzibar (Novice) on Feb 19, 2007 at 10:50 UTC | |
by graff (Chancellor) on Feb 20, 2007 at 06:37 UTC | |
by zanzibar (Novice) on Feb 20, 2007 at 10:28 UTC | |
by ikegami (Patriarch) on Feb 20, 2007 at 07:18 UTC | |
by zanzibar (Novice) on Feb 20, 2007 at 10:06 UTC |