#
utf-8
Here are 294 public repositories matching this topic...
missmatsuko
commented
Apr 23, 2019
The image at the top of the README seems to be missing:

I found an image for Stringy on another site.
Can this be used, or is there a better one?
https://hotexamples.com/i/libraries#stringy
unicode
list
awesome
utf-8
awesome-list
unicode-characters
unicode-standard
unicode-consortium
emojis
utf8
utf16
utf-16
-
Updated
Feb 22, 2020 - JavaScript
A text editor in ≤1024 lines of code, written in Rust
-
Updated
Jun 29, 2020 - Rust
php
unicode
string
php7
ascii
utf-8
string-manipulation
utf8
string-encoding
multibyte
multibyte-strings
-
Updated
May 26, 2020 - PHP
A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed.
-
Updated
Jun 27, 2020 - C++
A string type for Rust that is not required to be valid UTF-8.
-
Updated
Jun 23, 2020 - Rust
Convert or detect character encoding in JavaScript
javascript
unicode
detect
ecmascript
utf-8
shift-jis
character-encoding
charset
iconv
euc-jp
convert-encoding
encoding-library
-
Updated
Mar 14, 2020 - JavaScript
Access to VNC desktop from anywhere
-
Updated
Jun 14, 2020 - JavaScript
Header-only TOML config file parser and serializer for modern C++.
toml-parser
toml
unicode
parser
json
cpp
serializer
utf-8
header-only
toml-parsing
cpp17
c-plus-plus-17
no-dependencies
configuration-files
cplusplus-17
cpp20
cplusplus-20
c-plus-plus-20
-
Updated
Jun 29, 2020 - C++
Unicode (UTF-8) capable std::string
unicode
cplusplus
string
encoder
decoder
utf-8
conversion
string-conversion
string-manipulation
codepoints
std
utf8
utf8-string
drop-in
cplusplus-11
utf-32
tiny-utf8
-
Updated
Jun 17, 2020 - C++
A fast, solid and strong typed string manipulation library with multibyte support
-
Updated
Apr 4, 2020 - PHP
Socket and Networking Library using msgpack.org[C++11]
-
Updated
Aug 28, 2019 - C++
A terminal UTF-8 text editor written in Rust 📝 🦀
-
Updated
Feb 27, 2020 - Rust
-
Updated
Mar 14, 2020 - TypeScript
Voca_rs is the ultimate Rust string library inspired by Voca.js, string.py and Inflector, implemented as independent functions and on Foreign Types (String and str).
-
Updated
May 2, 2020 - Rust
Visualize different Unicode encodings in the terminal
-
Updated
Jan 18, 2020 - Ruby
A small Java library for producing nice looking text-based line-graphs and tables.
java
lightweight
chart
charting-library
line
graph
gradle
maven
text
ascii
table
utf-8
ansi
java-library
data-table
pretty
linechart
charting
asciichart
-
Updated
May 1, 2019 - Java
Fast polyfill for TextEncoder and TextDecoder, only supports UTF-8
-
Updated
Jun 16, 2020 - JavaScript
eddieantonio
commented
Oct 5, 2019
Create documentation for the wordacc program with:
- name
- synopsis
- description
- options
- examples
Create the documentation in docs/wordacc.md and link to it from README.md!
Addresses #6.
My work on high-speed conversion of UTF-8 to UTF-32/UTF-16
-
Updated
Nov 11, 2018 - C++
Improve this page
Add a description, image, and links to the utf-8 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the utf-8 topic, visit your repo's landing page and select "manage topics."
Cache.php clearOld is currently cleaning up all directories/files in the tempDir.
If mpdf is using the global tempdir (/tmp) this will clean up files of any other application using the global tempdir.
Error message if Mpdf is trying to clean up a file of another application:
unlink(/tmp/...): Operation not permitted
Cache.php: 95
I assume it is suggested to use a a dedicated mpdf tempDir