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

[REBOL] Re: json

From: rotenca:telvia:it at: 14-Nov-2003 13:24

Hi Anton,
> That's pretty nice, but, as I was going > to ask Gabriele, how do you handle unicode > strings?
I forgot to say: Unicode is left to the user as an exercise :-) I wrote the code to see how bnf is near to the parse grammar. I must say that has been very easy to convert the bnf grammar in the parse grammar. And the result is also readable. I cannot say the same for my own regex rules. There are 2 files around for Unicode translations: http://www.reboltech.com/library/html/utf-8.html http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=utf 8-encode.r --- Ciao Romano