Y
Hacker News
new
|
ask
|
show
|
jobs
by
lifthrasiir
12 days ago
How does it compare with utf8proc [1]? I'm aware that Mojibake does a bit more than utf8proc (e.g. bi-di) but that seems marginal to me.
[1]
https://juliastrings.github.io/utf8proc/
1 comments
program
12 days ago
Mojibake handle UTF-8, UTF-16, UTF-16LE, UTF-16BE, UTF-32, UTF-32LE, UTF-32BE in input and output. Can be used as a simple file and handle a wider number of algorithms, such as the "confusable" one.
link