Update Strings

2025-11-20 08:57:21 -08:00
parent 76d1670611
commit efe895997d

@@ -1,4 +1,4 @@
## Introduction # Introduction
To start off, this library supports UTF-8, 16, and 32 strings. It also supports converting between all three of the encodings. This library also supports all three encodings when using any sort of IO. Even if the operating system's system calls don't use it, this library will convert it for you into the correct encoding that the OS uses so you can continue to use your favorite encoding with less of a hassle. To start off, this library supports UTF-8, 16, and 32 strings. It also supports converting between all three of the encodings. This library also supports all three encodings when using any sort of IO. Even if the operating system's system calls don't use it, this library will convert it for you into the correct encoding that the OS uses so you can continue to use your favorite encoding with less of a hassle.
@@ -6,7 +6,7 @@ The best part about this library's strings, is that they come feature packed wit
Not to toot my own horn, but I personally have enjoyed using my own string implementation the best out of any language's support libraries, and I think you will too. Not to toot my own horn, but I personally have enjoyed using my own string implementation the best out of any language's support libraries, and I think you will too.
## Examples # Examples
# To Lower/Upper ## To Lower/Upper