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, eric.smith
Date 2010-10-13.11:31:22
SpamBayes Score 0.0070131565
Marked as misclassified No
Message-id <1286969484.46.0.305391429151.issue10083@psf.upfronthosting.co.za>
In-reply-to
Content
*  On Windows Vista (non working system): 

>>> locale.localeconv()
{'mon_decimal_point': ',', 'int_frac_digits': 2, 'p_sep_by_space': 1, 'frac_digits': 2, 'thousands_sep': '.', 'n_sign_posn': 4, 'decimal_point': ',', 'int_curr_symbol': 'EUR', 'n_cs_precedes': 1, 'p_sign_posn': 4, 'mon_thousands_sep': '.', 'negative_sign': '-', 'currency_symbol': '\x80', 'n_sep_by_space': 1, 'mon_grouping': [3, 0], 'p_cs_precedes': 1, 'positive_sign': '', 'grouping': [3, 0]}


* On Windows XP (Working system):
{'mon_decimal_point': ',', 'int_frac_digits': 2, 'p_sep_by_space': 1, 'frac_digits': 2, 'thousands_sep': '.', 'n_sign_posn': 1, 'decimal_point': ',', 'int_curr_symbol': 'EUR', 'n_cs_precedes': 0, 'p_sign_posn': 1, 'mon_thousands_sep': '.', 'negative_sign': '-', 'currency_symbol': '\x80', 'n_sep_by_space': 1, 'mon_grouping': [3, 0], 'p_cs_precedes': 0, 'positive_sign': '', 'grouping': [3, 0]}

The locale is set to 'Dutch_Belgium.1252'
History
Date User Action Args
2010-10-13 11:31:24bram.mariensetrecipients: + bram.marien, eric.smith
2010-10-13 11:31:24bram.mariensetmessageid: <1286969484.46.0.305391429151.issue10083@psf.upfronthosting.co.za>
2010-10-13 11:31:23bram.marienlinkissue10083 messages
2010-10-13 11:31:22bram.mariencreate