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

[REBOL] Re: Rebservices alpha released ...

From: petr::krenzelok::trz::cz at: 10-Nov-2005 10:06

SunandaDH-aol.com napsal(a):
>Petr: > >>it seems also Rebservices are now public for testing (alpha release): >> >> > >Looks good. Thanks for the pointer. > >One of the more intriguing sentences: >"There is also a special notation that can be used to include >strings for international languages. More on this later." >http://www.rebol.net/rebservices/services-start.html > >Maybe we're only an alpha away from the start of multi-byte character support. >
yes, recent alphas do "support" unicode, whatever is inside though :-) ->> make unicode! "abcd" == #[unicode! "abcd"] -pekr-