Skip to content

Instantly share code, notes, and snippets.

@davidvavra
Last active January 28, 2017 15:07
Show Gist options
  • Save davidvavra/8f7c0be45f17f6927231f62517522e34 to your computer and use it in GitHub Desktop.
Save davidvavra/8f7c0be45f17f6927231f62517522e34 to your computer and use it in GitHub Desktop.
val map = mapOf("á" to "aa", "c" to "ts", "č" to "tch", "é" to "ai", "y" to "i", "ě" to "ye", "í" to "ee", "j" to "y", "ó" to "oo", "ř" to "rg", "š" to "sh", "ú" to "oo", "ů" to "oo", "ý" to "ee", "ž" to "zh")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment