fanstatic打包计算javascript的基于unicode字符的unicode东亚宽度数据库。它包括一些处理字符的工具。

js.unicode_eastasianwidth的Python项目详细描述


为javascript计算基于Unicode East Asian Width database的unicode字符。 它包括一些处理字符的工具。

js.unicode东亚宽度Build Status

简介

这个库为fanstatic打包Unicode-EastAsianWidth-JS

这需要web框架与fanstatic之间的集成, 并确保原始资源(在^{tt2}中$ js.unicode_eastasianwidth中的目录被发布到某个url。

如何使用?

您可以从js.unicode_eastasianwidthneed中导入unicode_eastasianwidth。 这些资源将包含在页面中:

>>> from js.unicode_eastasianwidth import unicode_eastasianwidth
>>> unicode_eastasianwidth.need()

>>> from js.unicode_eastasianwidth import angular_unicode_eastasianwidth
>>> angular_unicode_eastasianwidth.need()

>>> from js.unicode_eastasianwidth import (
...     unicode_eastasianwidth,
...     angular_unicode_eastasianwidth,
... )

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java中的开源字典组件   即使在成功执行删除查询之后,java更新的列表也不会显示在jsp页面中   java Apache:无法启动上下文路径/网站上的失败应用程序   java验证CSV中的特定列   对于具有专用内存的java应用程序,最小堆大小低于最大堆大小有意义吗?   java将数组中的值转换为多维数组   java在给定程序中,垃圾收集器在对象被取消引用之前正在运行。。。使用jre 7(32位)   java在运行时动态刷新文件夹   eclipse如何解决“java.net.BindException:地址已在使用:JVM_Bind”错误?   Java数组与数组   每次任务完成任务时,Java多线程都会安排任务   java部分编译时使用maven编织第三方jar   java Dokku单一回购中的多个应用程序   用apachevelocity生成javac/C++语言文件   java如何使用spring应用程序上下文中的属性文件实例化列表   java访问智能卡文件结构   具有GlobalMethodSecurity的java自定义UserDetailService循环引用   java如何集成Spring和JSF