Home
last modified time | relevance | path

Searched refs:unicode (Results 151 – 156 of 156) sorted by path

1234567

/plugin/vkeyboard/
H A Dvkeyboard.js.unc182 // http://unicode.org/charts/
/plugin/webcode/_test/data/pages/
H A Dtwo.txt7 * One emoji [[unicode>1F600|Smiley (1F600)]] in a webcode
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1646 * Added: i;unicode-casemap support
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md327 * Updated windows timezone mappings to latest unicode version.
493 * Updated: Windows timezone mapping to latest version from unicode.org
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md101 * Updated windows timezone mappings to latest unicode version.
267 * Updated: Windows timezone mapping to latest version from unicode.org
/plugin/xcom/scripts/
H A DsafeFN_class.js63 var unicode = new Array();
73 unicode.push(sub.charCodeAt(j));
77 unicode.push(sub.charCodeAt(0));
81 unicode.push(32 + this.changeSafeBase(sub.slice(1),36,10));
86 return unicode;
98 unicode_to_safe: function (unicode) { argument
103 for (var i=0; i< unicode.length; i++) {
104 codepoint = unicode[i];

1234567