加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README_maketext 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
Geoff Goehle 提交于 2014-08-05 13:57 . Increased aria support
##### README
Currently (version 1.25) Maketext has a "use strict" line as part of its string parser. This "use strict" interacts badly with WWSafe and fails. Unfortunately the use strict cannot be turned off in Maketext. This means that you can use maketex in PG, but you cannot use any of its features, including simple ones like maketext('Hello [_1] World','Cruel');
If it becomes necessary to use the more advance versions of maketext in PG we will need to fork Maketext.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化