Raxol.Terminal.ANSI.CharacterTranslations (Raxol v0.3.0)
View SourceProvides character translation tables for different character sets. Maps characters between different character sets according to ANSI standards.
Summary
Functions
Returns the DEC Special Graphics character set translation table.
Returns the DEC Supplementary character set translation table.
Returns the DEC Supplementary Graphics character set translation table.
Returns the DEC Technical character set translation table.
Returns the French character set translation table.
Returns the German character set translation table.
Returns the Latin-1 character set translation table.
Translates a character from the source character set to the target character set. Returns the translated character as a UTF-8 binary or the original if no translation exists.
Translates a string from the source character set to the target character set. Handles invalid bytes gracefully by passing them through as-is.
Returns the UK character set translation table.
Map of Unicode codepoints to their ANSI terminal equivalents.
Returns the US ASCII character set translation table.
Functions
Returns the DEC Special Graphics character set translation table.
Returns the DEC Supplementary character set translation table.
Returns the DEC Supplementary Graphics character set translation table.
Returns the DEC Technical character set translation table.
Returns the French character set translation table.
Returns the German character set translation table.
Returns the Latin-1 character set translation table.
Translates a character from the source character set to the target character set. Returns the translated character as a UTF-8 binary or the original if no translation exists.
Translates a string from the source character set to the target character set. Handles invalid bytes gracefully by passing them through as-is.
Returns the UK character set translation table.
Map of Unicode codepoints to their ANSI terminal equivalents.
Returns the US ASCII character set translation table.