Documentation ¶ Overview ¶ unused Index ¶ func Romanize(input string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Romanize ¶ func Romanize(input string) string Romanize returns a romanized version of the input string if it contains non-Latin characters. If the input is already in Latin script, it returns an empty string. Types ¶ This section is empty. Source Files ¶ View all Source files romanizer.go Click to show internal directories. Click to hide internal directories.