TiTextNormalizer:适用于 Android 的 Titanium unicode 规范化模块

时间:2021-07-10 08:31:35
【文件属性】:
文件名称:TiTextNormalizer:适用于 Android 的 Titanium unicode 规范化模块
文件大小:94KB
文件格式:ZIP
更新时间:2021-07-10 08:31:35
JavaScript TiTextNormalizer 适用于 Android 的 Titanium unicode 规范化模块 应用程序接口 normalize(String, Form) : 字符串 var module = require ( 'net.imthinker.ti.textnormalizer' ) ; var text = 'ガオガイガー' ; var nfc = module . normalize ( text , module . NFC ) ; var nfd = module . normalize ( text , module . NFD ) ; var nfkc = module . normalize ( text , module . NFKC ) ; var nfkd = module . normalize ( text , module . NFKD ) ;
【文件预览】:
TiTextNormalizer-master
----android()
--------.project(728B)
--------manifest(425B)
--------timodule.xml(429B)
--------src()
--------build.properties(280B)
--------lib()
--------platform()
--------example()
--------.settings()
--------LICENSE(558B)
--------assets()
--------libs()
--------build.xml(1KB)
--------.classpath(952B)
--------.gitignore(49B)
--------documentation()
----example()
--------app.js(2KB)
----LICENSE(558B)
----assets()
--------README(454B)
----README.md(1KB)
----screen.png(62KB)
----documentation()
--------index.md(787B)

网友评论