3 dépôts
Consistent implementation of text manipulation, normalization, and numeric conversion across different operating systems.
Distinct from Cross-Platform Utilities: The feature is a composite of runtime capabilities (Unicode, Regex, Floats) applied to cross-platform consistency.
Explore 3 awesome GitHub repositories matching programming languages & runtimes · Cross-Platform Text Processing. Refine with filters or upvote what's useful.
QuickJS is a lightweight, memory-efficient JavaScript engine and runtime designed for embedding within C applications. It provides a small binary footprint and supports the latest ECMAScript standards, enabling the execution of JavaScript code with fast startup times and low memory usage. The project includes a standalone JavaScript compiler that transforms source code into independent binary executables. These files run on a machine without requiring an external language runtime. The engine implements deterministic memory management through reference counting and cycle collection. It also p
Ensures consistent Unicode normalization, regular expression processing, and numeric conversions across different operating systems.
HarfBuzz is a text shaping engine that converts Unicode text into correctly positioned glyphs for any writing system. It processes OpenType layout features, substitution rules, and positioning tables to produce shaped glyph sequences from font data, and also handles Apple Advanced Typography font tables. The library provides a stable C API that abstracts over platform-specific font access and rendering backends, and includes a font table caching layer to avoid redundant parsing during repeated shaping operations. The project implements script-specific shaping logic for complex writing systems
Integrates with FreeType, Cairo, CoreText, and DirectWrite to handle text shaping and drawing across operating systems.
Tbox est une collection complète de bibliothèques utilitaires de bas niveau et de boîtes à outils pour le développement C portable. Il fournit une bibliothèque utilitaire C multiplateforme qui sert de remplacement léger aux bibliothèques standard, offrant une gestion mémoire optimisée et des abstractions système pour garantir la compatibilité matérielle entre différents systèmes d'exploitation. Le projet se distingue par un framework spécialisé de conteneurs de données standardisés, incluant des tables de hachage, des vecteurs et des listes chaînées avec recherche et tri intégrés. Il fournit en outre une boîte à outils dédiée pour la mise en réseau et la sérialisation, gérant les requêtes HTTP, le chiffrement SSL et la conversion de données entre les formats JSON, XML et binaire. La surface de capacité s'étend à l'exécution de tâches concurrentes via des coroutines et des pools de threads, des abstractions d'appels système unifiées et le rendu graphique 2D. Les fonctionnalités supplémentaires incluent la génération de hash cryptographique, l'exécution d'expressions régulières, l'arithmétique à virgule fixe et la gestion de pool mémoire. La boîte à outils inclut également des outils spécialisés pour le traçage de méthodes Objective-C sur iOS et macOS, ainsi qu'une machine virtuelle capable de traiter des scripts x86.
Handles character set conversions and parses XML, JSON, or regular expressions consistently across operating systems.