Support Unicode normalization #434
Labels
feature request
lua
Related to the Lua interface and implementation
unicode
Related to the Unicode standard
Milestone
As discussed with @danopolan in https://github.com/istqborg/istqb_ctfl/commit/5b6e31183b9ead4d58ea2583a2026d1c1a5374e1#commitcomment-141033873 (private), we may want to support the Unicode normalization of markdown input. Since we already use the
lua-uni-algos
Lua library in the Markdown package, which supports all four Unicode normalization algorithms (NFC, NFD, NFKC, NFKD), we should likely use it. The support might be implemented by a Lua optionunicode_normalization
of a new option typemaybe_string
, which would accept valuesnfc
(default),nfd
,nkfc
,nfkd
, andfalse
(or the aliasesnil
,none
, andno
in ConTeXt).The text was updated successfully, but these errors were encountered: