https://bugs.freedesktop.org/show_bug.cgi?id=107566
Tomeu Vizoso <to...@tomeuvizoso.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |to...@tomeuvizoso.net
--- Comment #1 from Tomeu Vizoso <to...@tomeuvizoso.net> ---
Workaround:
diff --git a/src/util/xmlpool/gen_xmlpool.py b/src/util/xmlpool/gen_xmlpool.py
index 327709c7f8dd..0d97fbcfcf3f 100644
--- a/src/util/xmlpool/gen_xmlpool.py
+++ b/src/util/xmlpool/gen_xmlpool.py
@@ -140,8 +142,8 @@ def expandMatches (matches, translations, end=None):
# In Python 2, stdout expects encoded byte strings, or else it will
# encode them with the ascii 'codec'
- if sys.version_info.major == 2:
- text = text.encode('utf-8')
+ #if sys.version_info.major == 2:
+ text = text.encode('utf-8')
print(text)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev