[REBOL] Re: Rebol & XML encoding; use encoding="windows-1252"
From: bry:itnisk at: 5-Jul-2002 14:51
Some questions: when you replace "-" with a space what did you replace
it in, I mean where you using a text editor to look at output from your
program, cause then it can be that the text editor is saving as US-ASCII
instead of Unicode.
Has anyone confirmed that Rebol won't write Unicode?
Can you post the xml?
You might at any rate consider writing ISO-8859-1 for the encoding as
windows-1252 is windows specific, and ISO is cross-platform.