Hi all,
I'm new to rebol, I've been using SciTE as editor, and configured that
properly to show the output to the output window. That worked perfectly for
rebol 2. For example the script

REBOL []

probe "testme"

will output the following in the output window if I hit the Go button in
SciTe:

>"C:\Program Files\rebol\view\rebol.exe" "-w"
"C:\Users\awi\Documents\Rebol\test2.r"
"testme"
>Exit code: 0

But with R3, it looks like rebol now outputs unicode, which is not
understandable by SciTE, even though I already set the output window to use
UTF (*output*.code.page=65001). Here is the output of R3 for the same code:

>"C:\Users\awi\Documents\Rebol\r3.exe" "-q"
"C:\Users\awi\Documents\Rebol\test.r3"
"NULtNULeNULsNUL
>Exit code: 0

Is there someone also using SciTE who can help me resolve this? Or does
somebody know any editor which can show the output correctly?

Thanks,

Awi


-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to