summaryrefslogtreecommitdiff
path: root/python/qpid/spec010.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-03-10 17:37:33 +0000
committerRafael H. Schloming <rhs@apache.org>2009-03-10 17:37:33 +0000
commit3e27ff16d5c7ad07e315225fa4508b6509c87cb9 (patch)
tree4f6e705d6d5ee33e8f441f6940f4aa8c1be013e4 /python/qpid/spec010.py
parent4303f95fb61d4c0486dc6a89b48f611d80575f65 (diff)
downloadqpid-python-3e27ff16d5c7ad07e315225fa4508b6509c87cb9.tar.gz
changed regular string encoding from str16_latin to str16 for backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@752177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/spec010.py')
-rw-r--r--python/qpid/spec010.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/spec010.py b/python/qpid/spec010.py
index 2408d01f55..13a64d7db6 100644
--- a/python/qpid/spec010.py
+++ b/python/qpid/spec010.py
@@ -474,7 +474,7 @@ def map_str(s):
for c in s:
if ord(c) >= 0x80:
return "vbin16"
- return "str16_latin"
+ return "str16"
class Spec(Node):