Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GlobalTransliterations = map[rune]string{
'‘': "'", '’': "'",
}
View Source
var Transliterations = map[rune]string{
'À': "A", 'Â': "A", 'Å': "A", 'Ã': "A", 'Ä': "A", 'Á': "A", 'Ç': "C",
'Č': "C", 'Ë': "E", 'É': "E", 'È': "E", 'Í': "I", 'Ì': "I", 'Ï': "I",
'Ň': "N", 'Ñ': "N", 'Ó': "O", 'Ò': "O", 'Ô': "O", 'Õ': "O", 'Ú': "U",
'Ù': "U", 'Ü': "U", 'Ŕ': "R", 'Ř': "R", 'Ŗ': "R", 'Š': "S", 'Ş': "S",
'Ž': "Z", 'à': "a", 'â': "a", 'å': "a", 'ã': "a", 'ä': "a", 'á': "a",
'ç': "c", 'č': "c", 'ë': "e", 'é': "e", 'è': "e", 'í': "i", 'ì': "i",
'ï': "i", 'ň': "n", 'ñ': "n", 'ó': "o", 'ò': "o", 'ô': "o", 'õ': "o",
'ú': "u", 'ù': "u", 'ü': "u", 'ŕ': "r", 'ř': "r", 'ŗ': "r", 'ſ': "s",
'š': "s", 'ş': "s", 'ž': "z",
'Æ': "Ae", 'Ð': "D", 'Ł': "L", 'Ø': "Oe", 'Ö': "Oe", 'Þ': "Th",
'ß': "ss", 'æ': "ae", 'ð': "d", 'ł': "l", 'ø': "oe", 'ö': "oe",
'þ': "th", 'Œ': "Oe", 'œ': "oe", '\'': "", '‘': "", '’': "",
}
Functions ¶
func FixAllCaps ¶
func IsBoldSurrogate ¶
func JoinStrings ¶
JoinStrings contatenates two strings with a separator. If either of the strings is empty, then the value of another string is returned instead of concatenation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.