awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesUnicode Encoding Utilities

Tools for transforming numeric codepoints into valid UTF-8 byte sequences.

Distinct from Codepoint Conversion Utilities: Distinct from Codepoint Conversion Utilities: focuses on UTF-8 encoding specifically rather than general codepoint translation.

Explore 4 awesome GitHub repositories matching data & databases · Unicode Encoding Utilities. Refine with filters or upvote what's useful.

Awesome Unicode Encoding Utilities GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • miloyip/rapidjsonmiloyip का अवतार

    miloyip/rapidjson

    15,095GitHub पर देखें↗

    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++
    GitHub पर देखें↗15,095
  • hammerspoon/hammerspoonHammerspoon का अवतार

    Hammerspoon/hammerspoon

    14,497GitHub पर देखें↗

    Hammerspoon is a programmable automation engine for macOS that enables deep system-level control through a Lua scripting environment. By bridging high-level scripts with native Objective-C APIs, it allows users to interact with the operating system's accessibility tree, intercept hardware input streams, and manage the lifecycle of running applications. The project distinguishes itself through an event-driven architecture that registers asynchronous hooks for system notifications and hardware events. This allows for real-time automation, such as remapping keyboard and mouse inputs, managing wi

    Transforms numeric Unicode codepoints into valid UTF-8 byte sequences.

    Objective-Cautomationhammerspoonirc
    GitHub पर देखें↗14,497
  • luminosoinsight/python-ftfyLuminosoInsight का अवतार

    LuminosoInsight/python-ftfy

    4,043GitHub पर देखें↗

    python-ftfy is a Unicode text repair library designed to fix mojibake and encoding glitches. It provides utilities for byte encoding detection, HTML entity decoding, and the recovery of corrupted text to restore it to its intended Unicode form. The project distinguishes itself through a multi-layered decoding pipeline that identifies and reverts complex encoding mix-ups. It uses heuristic-based detection to resolve instances where text was decoded using the wrong codec across multiple layers of corruption, and it can handle non-standard UTF-8 variants and sloppy encoding mappings. The librar

    Maps unmapped bytes in single-byte encodings to ensure interoperability with web browsers and Windows.

    Python
    GitHub पर देखें↗4,043
  • rspeer/python-ftfyrspeer का अवतार

    rspeer/python-ftfy

    4,043GitHub पर देखें↗

    This project is a Unicode text repair tool and mojibake correction library designed to fix encoding glitches and restore original characters from mangled strings. It functions as a text encoding detector and a Unicode normalization tool to resolve issues where text has been incorrectly decoded. The library specializes in reversing multi-layered encoding errors and repairing complex mojibake patterns. It includes capabilities for detecting lossy encoding sequences, guessing byte encodings, and decoding non-standard UTF-8 variants. The toolset covers a broad range of text cleaning and normaliz

    Implements mapping of unassigned bytes in single-byte encodings to compatible Unicode codepoints for legacy browser interoperability.

    Python
    GitHub पर देखें↗4,043
  1. Home
  2. Data & Databases
  3. Codepoint Conversion Utilities
  4. Unicode Encoding Utilities

सब-टैग एक्सप्लोर करें

  • Sloppy Encoding MappingUtilities that map unmapped bytes in single-byte encodings to compatible Unicode codepoints. **Distinct from Unicode Encoding Utilities:** Focuses on interoperability mapping for 'sloppy' encodings rather than standard codepoint-to-byte conversion.
  • Unicode Transcoders1 सब-टैग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.