[Zope3-checkins] CVS: Zope3/src/zope/i18n - interfaces.py:1.3
Tim Peters
tim.one@comcast.net
Thu, 23 Jan 2003 10:25:05 -0500
Update of /cvs-repository/Zope3/src/zope/i18n
In directory cvs.zope.org:/tmp/cvs-serv32237/src/zope/i18n
Modified Files:
interfaces.py
Log Message:
Replaced non-ASCII characters in INumberFormat docstring with the
intended Unicode escapes. This stops Python 2.3 from (rightly)
complaining about the ambiguity.
=== Zope3/src/zope/i18n/interfaces.py 1.2 => 1.3 ===
--- Zope3/src/zope/i18n/interfaces.py:1.2 Sun Jan 5 15:19:37 2003
+++ Zope3/src/zope/i18n/interfaces.py Thu Jan 23 10:25:03 2003
@@ -754,10 +754,10 @@
used.
% Multiply by 100, as percentage
? Multiply by 1000, as per mille
- ¤ This is the currency sign. it will be replaced by a currency
+ \u00A4 This is the currency sign. it will be replaced by a currency
symbol. If it is present in a pattern, the monetary decimal
separator is used instead of the decimal separator.
- ¤¤ This is the international currency sign. It will be replaced
+ \u00A4\u00A4 This is the international currency sign. It will be replaced
by an international currency symbol. If it is present in a
pattern, the monetary decimal separator is used instead of
the decimal separator.