Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 99adbcc

Browse files
authored
Update README.md
1 parent 939b265 commit 99adbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Unicode is not rocket science but nonetheless hard to get *right*. **Tiny-utf8**
4646
- bridge as many gaps to "supporting Unicode" as possible by 'just' replacing `std::string` with a custom class which means to
4747
- provide you with a Codepoint Abstraction Layer that takes care of the Run-Length Encoding, without you noticing.
4848

49-
**Tiny-utf8** aims to be the simple-and-dependable groundwork which you build Unicode infrastructure upon. And, if *1)* C++2xyz should happen to make your Unicode life easier than **tiny-utf8** or *2)* you decide to go enterprise, you have not wasted much time replacing `std::string` with `tiny_utf8::string` either. This is what makes **tiny-utf8** so agreeable.
49+
**Tiny-utf8** aims to be the simple-and-dependable groundwork which you build Unicode infrastructure upon. And, if *1)* C++2xyz should happen to make your Unicode life easier than **tiny-utf8** or *2)* you decide to go enterprise, you have not wasted much time replacing `std::string` with `tiny_utf8::string` either. That's what makes **tiny-utf8** so agreeable.
5050

5151
#### WHAT TINY-UTF8 IS NOT AIMED AT
5252
- Conversion between ISO encodings and UTF8

0 commit comments

Comments
 (0)