r-utf8
UTF-8 helper
A package to improve R's handling of UTF-8 text by fixing bugs and providing additional functionality
UTF-8 Text Processing (R Package)
113 stars
4 watching
4 forks
Language: C
last commit: 4 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
juliastrings/utf8proc | A C library for processing UTF-8 Unicode data | 1,058 |
sheredom/utf8.h | A single header library providing UTF-8 string functions similar to those in standard C libraries. | 1,746 |
nicolas-grekas/patchwork-utf8 | A portable and performant implementation of UTF-8 handling in PHP, covering various string functions and Unicode concepts. | 79 |
dabbertorres/unicode | Utilities and data structures for working with UTF-8 encoded strings in C++ | 3 |
whitequark/rack-utf8_sanitizer | A middleware solution to sanitize invalid UTF8 characters in request data | 314 |
alvenirai/punctfix | A Python library that adds punctuation and capitalization to text without punctuation. | 22 |
riorizkyrainey/php-spellchecker | A PHP package providing a spell checking service with suggestion functionality. | 0 |
robhz786/strf | A C++ library for formatting and transcoding text | 70 |
jupyterlab-contrib/jupyterlab_code_formatter | Facilitates invocation of code formatters in JupyterLab | 854 |
thephpleague/uri | A PHP library for manipulating and parsing URIs according to various standards | 1,034 |
duffsdevice/tiny-utf8 | A lightweight C++ library providing a drop-in replacement for strings with efficient Unicode support and conversion between UTF-8 and UTF-32. | 544 |
patois/xray | Tool for filtering and highlighting decompiler output based on regular expressions | 125 |
vitiral/stfu8 | A protocol for encoding and decoding mostly UTF-8 text with non-standard characters as long-form text. | 26 |
rho-devel/rho | Refactoring R language interpreter into an efficient, VM-based interpreter using modern techniques. | 133 |
uriparser/uriparser | A C library for parsing and handling Uniform Resource Identifiers (URIs) in a strict RFC 3986 compliant manner. | 336 |