1 Repo
Utilities for converting text between different Unicode encoding standards.
Distinct from Unicode Encoding Utilities: Covers multi-standard conversion (UTF-8/16/32) rather than just transforming codepoints to UTF-8 byte sequences.
Explore 1 awesome GitHub repository matching data & databases · Unicode Transcoders. Refine with filters or upvote what's useful.
RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document object model and stream-based interfaces to transform JSON strings into structured data and vice versa. The library includes a JSON schema validator to verify that documents conform to predefined rules and a Unicode transcoder for converting strings between UTF-8, UTF-16, and UTF-32 encodings. It also supports relaxed parsing for non-standard JSON containing comments or trailing commas. Additional capabilities cover JSON pointer navigation for locating specific values and string s
Provides a utility for converting JSON strings between UTF-8, UTF-16, and UTF-32 encodings.