[telepathy-python/master] Output codegen text in utf-8.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Jun 12 03:17:08 PDT 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 tools/python-constants-generator.xsl  |    2 +-
 tools/python-errors-generator.xsl     |    2 +-
 tools/python-interfaces-generator.xsl |    2 +-
 tools/spec-to-python.xsl              |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/python-constants-generator.xsl b/tools/python-constants-generator.xsl
index d3058a0..2865af9 100644
--- a/tools/python-constants-generator.xsl
+++ b/tools/python-constants-generator.xsl
@@ -2,7 +2,7 @@
   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
   exclude-result-prefixes="tp">
 
-  <xsl:output method="text" indent="no" encoding="ascii"/>
+  <xsl:output method="text" indent="no" encoding="utf-8"/>
 
   <xsl:variable name="upper" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
   <xsl:variable name="lower" select="'abcdefghijklmnopqrstuvwxyz'"/>
diff --git a/tools/python-errors-generator.xsl b/tools/python-errors-generator.xsl
index 8406bae..7441c7c 100644
--- a/tools/python-errors-generator.xsl
+++ b/tools/python-errors-generator.xsl
@@ -2,7 +2,7 @@
   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
   exclude-result-prefixes="tp">
 
-  <xsl:output method="text" indent="no" encoding="ascii"/>
+  <xsl:output method="text" indent="no" encoding="utf-8"/>
 
   <xsl:template match="tp:errors/tp:error">
 class <xsl:value-of select="translate(@name, '. ', '')"/>(DBusException):
diff --git a/tools/python-interfaces-generator.xsl b/tools/python-interfaces-generator.xsl
index 9695247..1b80212 100644
--- a/tools/python-interfaces-generator.xsl
+++ b/tools/python-interfaces-generator.xsl
@@ -2,7 +2,7 @@
   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
   exclude-result-prefixes="tp">
 
-  <xsl:output method="text" indent="no" encoding="ascii"/>
+  <xsl:output method="text" indent="no" encoding="utf-8"/>
 
   <xsl:variable name="upper" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
   <xsl:variable name="lower" select="'abcdefghijklmnopqrstuvwxyz'"/>
diff --git a/tools/spec-to-python.xsl b/tools/spec-to-python.xsl
index 9d5cd08..2fd6456 100644
--- a/tools/spec-to-python.xsl
+++ b/tools/spec-to-python.xsl
@@ -2,7 +2,7 @@
   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
   exclude-result-prefixes="tp">
 
-  <xsl:output method="text" indent="no" encoding="ascii"/>
+  <xsl:output method="text" indent="no" encoding="utf-8"/>
 
   <xsl:variable name="upper" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
   <xsl:variable name="lower" select="'abcdefghijklmnopqrstuvwxyz'"/>
-- 
1.5.6.5




More information about the telepathy-commits mailing list