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

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

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

3 مستودعات

Awesome GitHub RepositoriesEscape Sequence Decoding

Utilities that convert backslashed escape sequences into Unicode characters without affecting literal Unicode.

Distinct from Terminal Escape Sequences: Decodes string escape sequences rather than interpreting terminal emulator control protocols.

Explore 3 awesome GitHub repositories matching development tools & productivity · Escape Sequence Decoding. Refine with filters or upvote what's useful.

Awesome Escape Sequence 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

    Converts backslashed escape sequences into their corresponding Unicode characters.

    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

    Converts hex and Unicode backslashed escape sequences into their corresponding Unicode characters.

    Python
    عرض على GitHub↗4,043
  • commonmark/commonmark.jsالصورة الرمزية لـ commonmark

    commonmark/commonmark.js

    1,559عرض على GitHub↗

    Commonmark.js is a library designed to parse and render text formatted according to the CommonMark specification. It functions as a document processing pipeline that converts plain text into structured HTML or an abstract syntax tree, enabling developers to programmatically inspect, modify, and transform document elements. The library distinguishes itself through its strict adherence to standardized parsing rules, ensuring consistent and predictable output across different software environments. It provides a robust framework for document tree manipulation, allowing users to traverse, insert,

    Converts backslash-escaped characters into their literal representations during the document parsing process.

    JavaScript
    عرض على GitHub↗1,559
  1. Home
  2. Development Tools & Productivity
  3. Escape Sequence Decoding