[sword-devel] Latin1UTF8

Chris Little sword-devel@crosswire.org
Thu, 5 Jul 2001 00:10:25 -0700


To make things a little more convenient for front end authors, I added a
new RenderFilter to the API called Latin1UTF8.

It converts Latin-1 to UTF-8.  Nothing fancy.  Run it on anything that
is not set to Encoding=UTF-8 if you want your output to always be UTF-8,
since I don't think we have any more modules that aren't either UTF-8 or
Latin-1.

--Chris