From 5b3dc8d5ed4d73d5fa7bb8028d467a923dfbd191 Mon Sep 17 00:00:00 2001 From: Autissima Date: Wed, 3 Sep 2025 22:41:10 +0200 Subject: Python script encoding fix (#1093) * Changed Python scripts so they work on my machine file open() used default encoding (cp1252 on my machine) but the text is utf-8, had to specify encoding in check_layout.py --- res/values/layouts.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/values/layouts.xml') diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 22337f9..d5b0990 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -1,4 +1,4 @@ - + -- cgit v1.2.3