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

ANN: UCS-2 encoder/decoder

 [1/2] from: rebol-list2::seznam::cz at: 10-Oct-2003 19:19


Hello Reboler, Just want to let you know, that I just uploaded UCS-2 encoder/decoder which is able to convert strings to UCS-2 octet bytes according specified character map. http://www.reboltech.com/library/scripts/ucs2.r It's not well tested so if you will find some bug, just let me know. Of courcse you will need the utf-8 encoder/decoder as well for other processing. http://www.reboltech.com/library/scripts/utf-8.r and use the ucs2 object rather then the to-ucs2 function in utf-8 if you need other charmap then Latin-1 PS: on rebol's library page I can see: Updated: 29-May-2003 :((( someone should run the script which updates these pages as well -- Best regards, rebOldes -----------------[ http://oldes.multimedia.cz/ ]

 [2/2] from: SunandaDH:aol at: 10-Oct-2003 14:08


Hi Oldes,
> http://www.reboltech.com/library/scripts/utf-8.r > PS: on rebol's library page I can see: Updated: 29-May-2003 :((( > someone should run the script which updates these pages as well
I'm not sure REBOLtech is being maintained any more. Most (if not all) of the scripts there are now in the Script Library at: http://www.rebol.org That has a (probably) old version of your script: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=utf8-encode.r If you take a few moments to join REBOL.org, you can then update your own scripts in it whenever you want. Sunanda.