This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bram.marien
Recipients bram.marien
Date 2010-10-13.10:36:24
SpamBayes Score 2.1337146e-06
Marked as misclassified No
Message-id <1286966187.73.0.144936729531.issue10083@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows Vista and Windows 7 (XP and Ubuntu seem ok):

If the system locale is used (using locale.setlocale(LC_ALL, '') and the system locale is set to dutch belgium: 
If the regional options are set to format negative monetary items as "<EURO sign> -<value>", than locale.currency(value) will format it as "<EURO sign)value-".

Other formatting options works ok: e.g. if the regional settings display negative monetary items as "(value)", than "locale.currency(value)" will also display "{value)".

Reproducable on Python 2.6.x, 2.7.x and 3.1.2 on Windows Vista (32 bit)
History
Date User Action Args
2010-10-13 10:36:28bram.mariensetrecipients: + bram.marien
2010-10-13 10:36:27bram.mariensetmessageid: <1286966187.73.0.144936729531.issue10083@psf.upfronthosting.co.za>
2010-10-13 10:36:25bram.marienlinkissue10083 messages
2010-10-13 10:36:24bram.mariencreate