codepagex
codepagex copied to clipboard
Elixir string encoding conversion - like iconv but pure Elixir
Would be nice to have the compilation in parallel, it takes too long for certain encodings and the fact that it uses only one core is worst
There is an `warning` when compiling codepagex ``` warning: Benchee.run/2 is undefined (module Benchee is not available or is yet to be defined) Warning: lib/mix/tasks/codepagex/benchee.ex:22: Mix.Tasks.Codepagex.Benchee.run/1 ```
I want to remove all non-utf8 characters from a string. The closest encoding to utf-8 I found was ` :iso_8859_1` When using the `to_string/4` I cannot find any option to...
e.g. string = "Immerse yourself in what Nature has to offer. ❤"
Hello. I was testing some of the functions of the main module and found out that the returned types from `from_string/4` are not always as shown in the [documentation](https://hexdocs.pm/codepagex/Codepagex.html#from_string/4). Here...
Library version: `0.1.4`. Elixir versions tested: `1.10.2-otp-22` and `1.10.3-otp-22`. During compilation of the library the following warnings are emitted, many times: ```plain warning: this clause cannot match because a previous...
Could you provide an example for Japanese or other East Asian conversions? Is the Unicode.org UniHan Database used?
The docs for `Codepagex.Mappings.encoding_list/1` are referenced but not available