]>
git.saurik.com Git - utf16js.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jay Freeman (saurik) [Thu, 27 Dec 2012 06:51:02 +0000 (06:51 +0000)]
Explicitly tell RequireJS we have no dependencies.
Jay Freeman (saurik) [Thu, 27 Dec 2012 03:58:34 +0000 (03:58 +0000)]
Explicitly put library under Modified BSD license.
Jay Freeman (saurik) [Thu, 27 Dec 2012 03:48:43 +0000 (03:48 +0000)]
Export Unicode class as the module for easier use.
Jay Freeman (saurik) [Thu, 27 Dec 2012 03:26:26 +0000 (03:26 +0000)]
Add replacements for charCodeAt and fromCharCode.
Jay Freeman (saurik) [Thu, 27 Dec 2012 03:17:51 +0000 (03:17 +0000)]
Added a package.json (so it can be installed by npm).
Jay Freeman (saurik) [Wed, 26 Dec 2012 15:43:09 +0000 (15:43 +0000)]
Export a Unicode class as replacement for string.
Jay Freeman (saurik) [Wed, 26 Dec 2012 14:53:50 +0000 (14:53 +0000)]
Add the initial implementation I provided to ACE.
Jay Freeman (saurik) [Wed, 26 Dec 2012 14:33:36 +0000 (14:33 +0000)]
Simplify utf16.decode API (make points optional).
Jay Freeman (saurik) [Wed, 26 Dec 2012 14:29:26 +0000 (14:29 +0000)]
Factor UTF-16 functions into their own module.