23 skills found
symfony / StringProvides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
unicode-rs / Unicode SegmentationGrapheme Cluster and Word boundaries according to UAX#29 rules
tchwork / Utf8Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP
railgunlabs / UnicornUnicode® algorithms on a chip. Compliant with MISRA C:2012.
foliojs / Grapheme BreakerA JS implementation of the Unicode grapheme cluster breaking algorithm (UAX #29)
dart-archive / CharactersA package for characters represented as unicode extended grapheme clusters
ufcpp / GraphemeSplitterA C# implementation of the Unicode grapheme cluster breaking algorithm
contour-terminal / Terminal Unicode CoreUnicode Core specification for Terminal (grapheme clusters, character widths, ...)
Z4JC / UgraphemeUnicode Extended grapheme clusters in nanoseconds
sumimakito / ClustrStream UTF-8 bytes and read grapheme clusters safely
JSorngard / Zalgo CodecA crate for converting an ASCII text string to a single unicode grapheme cluster and back. Also provides a macro to embed encoded source code into a Rust source file.
frewsxcv / Unicode.fyiUnicode code point and grapheme cluster explorer
bhamiltoncx / Unicode GraphemesJava parser for Unicode grapheme clusters, including emoji zero-width joiner (ZWJ), flag, and gender sequences
marijnh / Find Cluster BreakFind the position of grapheme cluster breaks in a string
hiking93 / Grapheme Splitter LiteA light-weight Java library that breaks strings into user-perceived characters a.k.a. Grapheme Clusters for common cases.
xorgy / Grapheme IteratorAn iterator yielding each Unicode Extended Grapheme Cluster in a string.
wfraser / Rust Unicode ReaderRust iterators that read by Unicode code points and grapheme clusters.
naqvis / Uni Text SegUnicode Text Segmentation for Crystal. Currently supports determination of graphemes cluster boundaries.
mlodewijck / PyuegcAn implementation of the Unicode algorithm for breaking code point sequences into extended grapheme clusters as specified in UAX #29. This library supports version 16.0 of the Unicode Standard.
brianloveswords / Grapheme Break TestsA big pile of JSON that you can use to generate test cases for breaking on grapheme cluster boundaries.