awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesNon-Standard UTF-8 Decoding

Decoders that handle non-standard UTF-8 variants such as CESU-8 and Java-style null encodings.

Distinct from UTF-8 Byte Operations: Handles specific non-standard variants of UTF-8 that standard decoders typically reject.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Non-Standard UTF-8 Decoding. Refine with filters or upvote what's useful.

Awesome Non-Standard UTF-8 Decoding GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • luminosoinsight/python-ftfyالصورة الرمزية لـ LuminosoInsight

    LuminosoInsight/python-ftfy

    4,043عرض على GitHub↗

    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

    Supports decoding of UTF-8 variants including CESU-8 and Java-style null encodings.

    Python
    عرض على GitHub↗4,043
  • rspeer/python-ftfyالصورة الرمزية لـ rspeer

    rspeer/python-ftfy

    4,043عرض على GitHub↗

    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

    Decodes non-standard UTF-8 variants including CESU-8 and Java-specific null character encodings.

    Python
    عرض على GitHub↗4,043
  1. Home
  2. Software Engineering & Architecture
  3. String Validation and Normalization
  4. String Encodings
  5. UTF-8 Internal Storage
  6. UTF-8 Byte Operations
  7. Non-Standard UTF-8 Decoding