by robert » Thu May 13, 2010 12:08 pm
Check the option to "Include a BOM when writing UTF-8 files". This will cause the file to open as UTF-8 from then on. This is because, without a [url=http://en.wikipedia.org/wiki/Byte_order_markBOM[/url], RText considers all files to be the system default encoding. It could alternatively scan the entire file byte by byte, before opening, to semi-reliably auto-detect UTF-8 files without a BOM (should work okay most of the time), but a safer alternative is to put a BOM in your UTF-8 file.