From 00835d9149649de08cec963f9d58d8d4daf89a73 Mon Sep 17 00:00:00 2001 From: Damijan Cavar Date: Wed, 10 Apr 2024 18:06:34 +0200 Subject: [PATCH] cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f1d21..620bbae 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ After roughly 11 years this lib is finally getting and update. It uses a nice PH # Something about XML itself Valid XML needs to start with xml version and encoding declaration like ``````. XML without it is invalid. -Library by default uses UTF-8 encoding. So please make sure that all your strings are in proper encoding +Library by default uses UTF-8 encoding. So please make sure that all your strings are properly encoded. XML supports multiple type of text: text, CDATA and an element.