forked from pinard/Recode
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Conversion from German to English works as follows
ä becomes ea
ö becomes eo
ü becomes eu
ß becomes ss
Example:
München
becomesMuenchen
How can I do this with recode?
- In the following I know
flat
to be replaced with something else (but what and how to find it?)
$ \cat <<< 'München' | recode -v -f utf8..flat
Request: UTF-8..ISO-10646-UCS-4..UTF-16..ISO-10646-UCS-2..ISO-8859-1..ASCII-BS..flat
Munchen
Metadata
Metadata
Assignees
Labels
No labels