Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Unicode normalization #434

Closed
Witiko opened this issue Apr 17, 2024 · 0 comments · Fixed by #442
Closed

Support Unicode normalization #434

Witiko opened this issue Apr 17, 2024 · 0 comments · Fixed by #442
Assignees
Labels
feature request lua Related to the Lua interface and implementation unicode Related to the Unicode standard
Milestone

Comments

@Witiko
Copy link
Owner

Witiko commented Apr 17, 2024

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 option unicode_normalization of a new option type maybe_string, which would accept values nfc (default), nfd, nkfc, nfkd, and false (or the aliases nil, none, and no in ConTeXt).

@Witiko Witiko added feature request lua Related to the Lua interface and implementation labels Apr 17, 2024
@Witiko Witiko added this to the 3.5.1 milestone Apr 17, 2024
@Witiko Witiko self-assigned this Apr 17, 2024
@Witiko Witiko added the unicode Related to the Unicode standard label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request lua Related to the Lua interface and implementation unicode Related to the Unicode standard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant