Re: Strings
- Posted by Shawn Pringle <shawn.pringle at gma?l.c?m> May 30, 2008
- 696 views
Matt Lewis wrote: > > If someone can figure out an easy way to do this, I suspect it'd get into > the language pretty quickly. Of course, that ignores the prospect of > Unicode, which is a whole 'nother can of worms, and also something that > will require some drastic recoding in the back end, though due to the > way that sequences are implemented, probably none in the front end. > > Matt It seems you can do Unicode well enough already: sequence shawn shawn = { 's', 'h', #0430, 'w','n' } -- a is cyrillic a. You can use poke2 from words.e or poke2 from my own pokpeek2.e and use with a unicode C routine. All manipulation works like any another sequence Shawn Pringle