Instruction file imported from Pt-Framework/Pt (
.github/instructions/pt-api-text.instructions.md). Copyright stays with the author.
- Pt-Text module overview and API boundaries:
include/Pt/Api-Text.h - Unicode string type based on std::basic_stringPt::Char:
include/Pt/String.h - UTF-8 byte sequence helpers:
include/Pt/Utf8.h - UTF-8 text codec:
include/Pt/Utf8Codec.h - UTF-16 text codec:
include/Pt/Utf16Codec.h - UTF-32 text codec:
include/Pt/Utf32Codec.h - Latin-1 text codec:
include/Pt/Latin1Codec.h - Abstract text codec used by text streams and locales:
include/Pt/TextCodec.h - Text input/output stream on top of stream buffers:
include/Pt/TextStream.h - Stream buffer backed by a Pt::String:
include/Pt/StringStream.h - Unicode regular expression matching and searching:
include/Pt/Regex.h - Base64 encoding and decoding:
include/Pt/Base64Codec.h - Localization support and facets:
include/Pt/Locale.h - Locale facet definitions for text processing:
include/Pt/Facets.h