[sword-devel] Sword-Perl 0.3

Chris Little sword-devel@crosswire.org
Tue, 24 Jul 2001 14:26:37 -0700



> BTW, how are Unicode modules managed?

If this hasn't already been dealt with, I would convert all non-UTF-8
text to UTF-8 using the Latin1UTF8 filter.  The biggest reason for my
suggesting this, aside from uniformity of encoding, is that Perl 5.6+
uses UTF-8 internally for all strings.

--Chris