Hi Max, thanks for your suggestion. Unluckily that does not help, I still
get those "NUL"s between each characters in the output window.
Even stranger, this script
REBOL []

probe "ßüäö"

will output
"NULßNULüNUL

if I set the output to use 'default enconding' (Single byte character set),
but will output
"NULDFNULFCNUL

if set to UTF-8 encoding (65001)

I think it's more to SciTe's problem handling the unicode output of rebol 3,
but maybe someone knows better ?

Awi

On Tue, Apr 14, 2009 at 7:24 PM, Maxim Olivier-Adlhoch <[email protected]>wrote:

> I am by no means an expert on R3, but maybe you need to use quit with a
> return value?.
>
> in R2 you do this:
>
> quit/return 1
>
>
> -MAx
>
> On Tue, Apr 7, 2009 at 10:20 AM, Awi <[email protected]> wrote:
>
> > 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.
> >
> >
>
>
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
>

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

Reply via email to