andrewrk / andrewrk/node-diacritics
Use Unicode normalization?
未关闭
- 主要语言
- JavaScript
- 星标
- 270
- 派生
- 32
- PR 合并指标
- 30 天内没有已合并 PR
描述
Unicode defines normalized forms for characters and character classes.
It might work to normalize strings to NFKD and remove any characters of class Mn (Nonspacing_Mark) (see [table 12](http://www.unicode.org/reports/tr44/#GC_Values_Table))
It might be necessary to specially handle conversions like ß to ss
See also [python stack overflow answer](http://stackoverflow.com/a/1410365/2607762)
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。