-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
"flat" charset (ASCII without diacritics) isn't working #54
Comments
Sorry, indeed However, I can offer a workaround in the mean time:
The second step
whereas
I think the solution to this bug is to make a converter from UTF-8 to ASCII-BS (rather than from Latin-1 to ASCII-BS as at present). This would avoid the need for the |
Hi Thomas, thank for your interest in this issue, and yes - your solution work well! |
There is a much easier workaround: use
|
Thomas thanks - I'm now using this conversion format. |
I'll keep this open as a placeholder, because something needs to happen with flat; I'm just not sure what yet. |
What was working in oldier Pinard recode versions is not working now:
`
echo "růžička"|recode -f u8..flat
rika
`
(instead of right result "ruzicka")
The text was updated successfully, but these errors were encountered: