in reply to Re^2: Pragma to handle unicode characters
in thread Pragma to handle unicode characters
"Oh, you need to change your shell environment so it doesn't use the new default utf8 locale, and/or you need to change your existing perl scripts..."
As a rule, if you want to build some new functionality into a tool, and this is incompatible in some way with previous functionality that has an established base of users, it's better not to require that those established users change all their code for the sake of the new feature (which they might not have wanted in the first place).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Pragma to handle unicode characters
by wanradt (Scribe) on Dec 23, 2008 at 09:41 UTC |