Commit 35b3567c authored by Yusei Tahara's avatar Yusei Tahara

2008-09-25 yusei

* Replace utf-8 character to character entity reference. You can use only ASCII character to field title, otherwise UnicodeDecodeError occurs when user exchange document to external format.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23829 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27a66278
......@@ -74,10 +74,6 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>A typical per unit volume of the resource</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_quantity</string> </value>
......@@ -92,7 +88,11 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string encoding="base64">Vm9sdW1lIChtwrMp</string> </value>
<value> <string encoding="cdata"><![CDATA[
Volume (m&#179;)
]]></string> </value>
</item>
</dictionary>
</value>
......
2008-09-25 yusei
* Replace utf-8 character to character entity reference. You can use only ASCII character to field title, otherwise UnicodeDecodeError occurs when user exchange document to external format.
2008-08-28 yusei
* Use Base_translateString or translateString instead of N_ for translation message.
......
280
\ No newline at end of file
281
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment