awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nicolas-grekas avatar

nicolas-grekas/Patchwork-UTF8Fork

0
View on GitHub↗
79 stars·12 forks·PHP·Apache-2.0·0 views

Patchwork UTF8

Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP

Features

  • String Manipulation - Portable library for UTF-8 string operations.

Star history

Star history chart for nicolas-grekas/patchwork-utf8Star history chart for nicolas-grekas/patchwork-utf8

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Patchwork UTF8

Similar open-source projects, ranked by how many features they share with Patchwork UTF8.
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on 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
    View on GitHub↗5,486
  • antirez/smazantirez avatar

    antirez/smaz

    1,222View on GitHub↗

    Small strings compression library

    C
    View on GitHub↗1,222
  • chalk/strip-ansichalk avatar

    chalk/strip-ansi

    503View on GitHub↗

    Strip ANSI escape codes from a string

    JavaScript
    View on GitHub↗503
  • alexei/sprintf.jsalexei avatar

    alexei/sprintf.js

    2,140View on GitHub↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    View on GitHub↗2,140
See all 30 alternatives to Patchwork UTF8→

Frequently asked questions

What does nicolas-grekas/patchwork-utf8 do?

Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP

What are the main features of nicolas-grekas/patchwork-utf8?

The main features of nicolas-grekas/patchwork-utf8 are: String Manipulation.

What are some open-source alternatives to nicolas-grekas/patchwork-utf8?

Open-source alternatives to nicolas-grekas/patchwork-utf8 include: 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. chalk/strip-ansi — Strip ANSI escape codes from a string. cocur/slugify — Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte. daniakash/pluralizer — Created with CodeSandbox. alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation.