[REBOL] Re: Help needed with accented characters
From: gregg:pointillistic at: 6-Feb-2008 14:09
Hi Bob,
BW> In my real project, the client data is grabbed as follows:
BW> text-list data read %"names/"
BW> The names of the files (clients) are not displayed correctly in Ubuntu
BW> (but in Windows they are correct).
BW> In Ubuntu, for a correct display in the text-box, how can I do the above
BW> "read" in Western (ISO-8859-15) instead of UTF-8?
Maybe Jan Skibinski's UTF-8 script will do what you need:
http://www.reboltech.com/library/html/utf-8.html
-- Gregg