Skip to content

How to transliterate German #53

@lamyergeier

Description

@lamyergeier

Conversion from German to English works as follows
ä becomes ea
ö becomes eo
ü becomes eu
ß becomes ss

Example:

  • München becomes Muenchen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions