1
0
Fork 0
forked from 0x2620/oxjs

fix doc demo

This commit is contained in:
rlx 2011-10-06 00:30:09 +00:00
commit 9bd5568579
5 changed files with 1459 additions and 35 deletions

View file

@ -2,6 +2,8 @@ Ox.load.Unicode = function(options, callback) {
Ox.getJSON(Ox.PATH + 'Ox.Unicode/json/Ox.Unicode.json', function(chars) {
//@ Constants ----------------------------------------------------------
//@ Ox.UNICODE_CHARACTERS <o> Unicode characters
Ox.UNICODE_CHARACTERS = chars;
@ -21,6 +23,8 @@ Ox.load.Unicode = function(options, callback) {
byType[data.type].push(char);
});
//@ Functions ----------------------------------------------------------
/*@
Ox.getCharactersByASCII <f> Returns all unicode equivalents of a given ASCII string
(ascii) -> <[s]> Unicode Characters