in reply to Re^2: Why does perl not mark variable as utf-8?
in thread Why does perl not mark variable as utf-8?
By the way, the reason DBD::mysql currently doesn't upgrade all input is that it's not immediately clear which data/columns should be utf-8 text (and should be upgraded) and which is non-utf8 text or binary data (and must be left alone).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why does perl not mark variable as utf-8?
by Anonymous Monk on Aug 29, 2007 at 14:59 UTC | |
by Joost (Canon) on Aug 29, 2007 at 15:14 UTC |