Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Help needed with accented characters

From: gregg:pointillistic at: 6-Feb-2008 11:58

Hi Bob, Sounds like an encoding issue. Check the Encoding box in Notepad. If it's set to Unicode, that will be your problem. Save the file as ANSI and you should be fine. The encoding in Ubuntu may be UTF-8. Do a READ on the file, in REBOL, and see what the resulting string looks like. -- Gregg