str/internal_translit

Internal transliteration tables and helpers. Not part of the public API - may change without notice.

Values

pub fn remove_combining_marks(s: String) -> String

Removes Unicode combining marks (diacritics) from a string.

pub fn replacements() -> List(List(String))

Returns the character replacement table.

Search Document