As some of you may have noticed, S2's Unicode support is rather buggy. I've written a little package to convert S2 strings to and from their Unicode character numbers. If you've programmed Perl, this is the equivalent of chr() and ord(). If you've programmed Java or JavaScript, this is the same as fromCharCode() and charCodeAt(). I've tested it on
(
Read more... )