Re: [elixir-core:9511] [Proposal] Add String.normalize/2 for :nfkd and :nfkc

2020-05-18 Thread José Valim
Yes, please. Since we now simply redirect to Erlang, this is very
reasonable.

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4L0_HaRyz672RPXaf5SfYjozu96Bf%2BzNR99f1S5KqK9_w%40mail.gmail.com.


[elixir-core:9511] [Proposal] Add String.normalize/2 for :nfkd and :nfkc

2020-05-18 Thread Kip
The Unicode compatibility (as apposed to canonical) composition is also 
implemented in the `:unicode` module and would be trivial to add to the 
`String.normalize/2` function. It would also complete the implementation of 
all normal forms defined by Unicode.  If this is a reasonable proposal I 
will happily send a PR.

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/dca7f0d6-e330-43b2-a0a7-6a1e2b1c9fa2%40googlegroups.com.