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

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

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

sheredom/utf8.h

0
View on GitHub↗
1,966 نجوم·140 تفرعات·C++·Unlicense·2 مشاهدات

Utf8.h

📚 single header utf8 string functions for C and C++

Features

  • Internationalization - Single-header UTF-8 string manipulation functions.
  • معالجة النصوص - Single-header library for UTF-8 string functions.
  • String Processing - UTF-8 string library.
  • Windows Environments - Listed in the “Windows Environments” section of the Awesome C awesome list.

سجل النجوم

مخطط تاريخ النجوم لـ sheredom/utf8.hمخطط تاريخ النجوم لـ sheredom/utf8.h

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة sheredom/utf8.h؟

📚 single header utf8 string functions for C and C++

ما هي الميزات الرئيسية لـ sheredom/utf8.h؟

الميزات الرئيسية لـ sheredom/utf8.h هي: Internationalization, معالجة النصوص, String Processing, Windows Environments.

ما هي البدائل مفتوحة المصدر لـ sheredom/utf8.h؟

تشمل البدائل مفتوحة المصدر لـ sheredom/utf8.h: juliastrings/utf8proc — a clean C library for processing UTF-8 Unicode data. wooorm/levenshtein.c — Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli],… antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… antirez/smaz — Small strings compression library. maxim2266/str — Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1… adamierymenko/huffandpuff.

بدائل مفتوحة المصدر لـ Utf8.h

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Utf8.h.
  • antirez/smazالصورة الرمزية لـ antirez

    antirez/smaz

    1,222عرض على GitHub↗

    Small strings compression library

    C
    عرض على GitHub↗1,222
  • juliastrings/utf8procالصورة الرمزية لـ JuliaStrings

    JuliaStrings/utf8proc

    1,263عرض على GitHub↗

    a clean C library for processing UTF-8 Unicode data

    C
    عرض على GitHub↗1,263
  • antirez/sdsالصورة الرمزية لـ antirez

    antirez/sds

    5,486عرض على GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    عرض على GitHub↗5,486
  • maxim2266/strالصورة الرمزية لـ maxim2266

    maxim2266/str

    358عرض على GitHub↗

    Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1 branch. The differences between v1 and v2 are summarised here.

    C
    عرض على GitHub↗358
عرض جميع البدائل الـ 30 لـ Utf8.h→