From 661661c3a7475af4564eae3144389c0bf7d73045 Mon Sep 17 00:00:00 2001 From: Karutoh Date: Thu, 20 Nov 2025 11:34:56 -0800 Subject: [PATCH] Update Strings --- Strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strings.md b/Strings.md index 0f9565a..107c467 100644 --- a/Strings.md +++ b/Strings.md @@ -28,7 +28,7 @@ ehs::UInt_64 b = a.Size(true); ``` **Result:** b == 12 -**Note:** The size in bytes is the same as the size in characters because ASCII is only one byte. +**Note:** The size in bytes is the same as the size in characters because ASCII is only one byte in UTF-8. ### ToLower This method will turn all English alphabetic characters into their lower case equivalent on the current object.