Description
Provides utility functions for Latin-1 text, including ASCII-compatible cases. Latin-1 is an older single-byte character set still found in legacy files, protocols, and data sources.
It is useful when Haskell programs need to inspect, convert, or validate text that is not UTF-8. Developers should use it deliberately, because Latin-1 cannot represent every Unicode character.