From 42959822259fb2a2f216956d060d75652731ea9d Mon Sep 17 00:00:00 2001 From: JCunha2 <165067350+JCunha2@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:33:03 -0300 Subject: [PATCH] Translated non utf-8 comments to english --- .../gurux_dlms/objects/GXDLMSObjectCollection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gurux.DLMS.python/gurux_dlms/objects/GXDLMSObjectCollection.py b/Gurux.DLMS.python/gurux_dlms/objects/GXDLMSObjectCollection.py index 6926a81..ef5dc28 100644 --- a/Gurux.DLMS.python/gurux_dlms/objects/GXDLMSObjectCollection.py +++ b/Gurux.DLMS.python/gurux_dlms/objects/GXDLMSObjectCollection.py @@ -253,9 +253,9 @@ def save(self, name, settings=None): it.save(writer) xml_bytes = ET.tostring(objects, encoding="utf-8", method="xml") - # Muuta merkkijonoksi ja tulosta tarkastelua varten + # Convert to string and print for review. xml_str = xml_bytes.decode("utf-8") - print(repr(xml_str)) # repr näyttää myös piilomerkit kuten \n, \t jne. + print(repr(xml_str)) # repr also shows hidden characters like \n, \t, etc. str_ = minidom.parseString(