export interface UTF8ToLtXConverter {
    convert(char: string): string;
}
