in reply to Is it perl or MySQL? ü ends up in CGI script
It should be possible, but IMHO that's not worth the trouble.
Really, charset issues are ugly to work with, and increasing the ugliness by using a terminal with a different encoding than you work with is just plain insane.
I tried that for a while, end then I switched everything to UTF-8 - my files, terminal, locales, cgi output, screen, irssi - you name it.
So my advice is:
mysql's charset handling is rather mysterious to me, and seemingly fragile, so I advise not to fiddle with it in complicated ways. (But if you find somebody who can tell you how to get it to work, you can use that route, of course).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is it perl or MySQL? ü ends up in CGI script
by isync (Hermit) on Feb 08, 2008 at 15:54 UTC | |
|
Re^2: Is it perl or MySQL? ü ends up in CGI script
by isync (Hermit) on Feb 08, 2008 at 15:26 UTC |