liz has asked for the wisdom of the Perl Monks concerning the following question:
Since some XML feeds are generated from this data, it is imperative that UTF-8 is obtained from the database. So, a small script was developed that regularly reads all tables and all text fields to check for correct UTF8ness and remove illegal characters when needed.
It would seem that such a script would be handy to have as a module. Would it make sense to generalize this into a module? And if so, what would be a good namespace for it? Or is there such a beast already and have we reinvented a wheel?
Liz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Invalid UTF8 data: namespace suggestion needed or wheel reinvented?
by PodMaster (Abbot) on Mar 02, 2004 at 11:00 UTC | |
by liz (Monsignor) on Mar 02, 2004 at 11:23 UTC | |
|
Re: Invalid UTF8 data: namespace suggestion needed or wheel reinvented?
by mirod (Canon) on Mar 02, 2004 at 11:21 UTC | |
by liz (Monsignor) on Mar 02, 2004 at 11:33 UTC |