Skip to content

Tlsa/ucs4 normalize#88

Merged
stevengj merged 2 commits intoJuliaStrings:masterfrom
tlsa:tlsa/ucs4-normalize
Nov 21, 2016
Merged

Tlsa/ucs4 normalize#88
stevengj merged 2 commits intoJuliaStrings:masterfrom
tlsa:tlsa/ucs4-normalize

Conversation

@tlsa
Copy link
Contributor

@tlsa tlsa commented Nov 20, 2016

This exposes the functionality to perform the following options on a UTF-32 sequences, that was already present in utf8proc_reencode:

  • UTF8PROC_NLF2LS
  • UTF8PROC_NLF2PS
  • UTF8PROC_NLF2LF
  • UTF8PROC_STRIPCC
  • UTF8PROC_COMPOSE
  • UTF8PROC_STABLE

Does this look reasonable? It would let the NetSurf project (http://ns-b.org/) drop its fork, and use upstream utf8proc.

tlsa added 2 commits November 20, 2016 12:11
This creates utf8proc_normalize_utf32() which takes and returns
a UTF-32 string, applying the following options:

- UTF8PROC_NLF2LS
- UTF8PROC_NLF2PS
- UTF8PROC_NLF2LF
- UTF8PROC_STRIPCC
- UTF8PROC_COMPOSE
- UTF8PROC_STABLE

The utf8proc_reencode() function has been updated to call the
new utf8proc_normalize_utf32().
@stevengj stevengj merged commit 70bbed8 into JuliaStrings:master Nov 21, 2016
@tlsa tlsa deleted the tlsa/ucs4-normalize branch November 23, 2016 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants