awesome-repositories.com
Blog
MCP
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
·
sheredom avatar

sheredom/utf8.h

0
View on GitHub↗
1,966 Stars·140 Forks·C++·Unlicense·6 Aufrufe

Utf8.h

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

Features

  • Internationalization - Single-header UTF-8 string manipulation functions.
  • String-Manipulation - 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.

Star-Verlauf

Star-Verlauf für sheredom/utf8.hStar-Verlauf für sheredom/utf8.h

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Utf8.h

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Utf8.h.
  • antirez/smazAvatar von antirez

    antirez/smaz

    1,222Auf GitHub ansehen↗

    Small strings compression library

    C
    Auf GitHub ansehen↗1,222
  • juliastrings/utf8procAvatar von JuliaStrings

    JuliaStrings/utf8proc

    1,263Auf GitHub ansehen↗

    a clean C library for processing UTF-8 Unicode data

    C
    Auf GitHub ansehen↗1,263
  • antirez/sdsAvatar von antirez

    antirez/sds

    5,486Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,486
  • maxim2266/strAvatar von maxim2266

    maxim2266/str

    358Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗358
Alle 30 Alternativen zu Utf8.h anzeigen→

Häufig gestellte Fragen

Was macht sheredom/utf8.h?

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

Was sind die Hauptfunktionen von sheredom/utf8.h?

Die Hauptfunktionen von sheredom/utf8.h sind: Internationalization, String-Manipulation, String Processing, Windows Environments.

Welche Open-Source-Alternativen gibt es zu sheredom/utf8.h?

Open-Source-Alternativen zu sheredom/utf8.h sind unter anderem: 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.