https://bugs.freedesktop.org/show_bug.cgi?id=107566
Tomeu Vizoso <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #1 from Tomeu Vizoso <[email protected]> ---
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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev