Hi list,
If anyone needs Unicode normalisation code of the type NFD (the most
common and prefered normalisation type), let me know, via email.
I previously had Unicode decomposition, but it did not do combining
character reordering. I now have a combining character reordering
code, that should give you NFD. I have this method:
UnicodeStuff.NFD( Data as ElfData ) as ElfData
// ElfData is implicitly convertible to and from a plain normal RB
string.
It will just be an updated version of my UnicodeStuff.rb project, of
course. I have an older version of UnicodeStuff.rb currently
available on my website, the older one doesn't do NFD, only
decomposition.
Of course, all this code works on Mac, Win and Lin, just like all my
ElfData code does :)
http://www.elfdata.com/plugin/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>