awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesUnicode Transcoders

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.

Awesome Unicode Transcoders GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • miloyip/rapidjsonAvatar von miloyip

    miloyip/rapidjson

    15,095Auf GitHub ansehen↗

    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.

    C++
    Auf GitHub ansehen↗15,095
  1. Home
  2. Data & Databases
  3. Codepoint Conversion Utilities
  4. Unicode Encoding Utilities
  5. Unicode Transcoders

Unter-Tags erkunden

  • Steganographic EncodersUtilities for converting data into hidden character sequences within text. **Distinct from Unicode Transcoders:** Distinct from Unicode Transcoders: focuses on embedding data into invisible character sequences rather than converting between standard Unicode encoding formats.