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 skrah
Recipients ggenellina, lemburg, loewis, santhosh.thottingal, sdaoden, skrah, vstinner
Date 2011-04-04.11:07:47
SpamBayes Score 0.00032740028
Marked as misclassified No
Message-id <20110404110639.GA24241@sleipnir.bytereef.org>
In-reply-to <4D99A3A3.8080807@egenix.com>
Content
Marc-Andre Lemburg <report@bugs.python.org> wrote:
> The "local" file you mention only contains "en_US.UTF-8 UTF-8" on
> our Ubuntu 10.04.1 default installation.
> 
> Have you installed some other package to get support for all those
> locales ?

On Ubuntu it is a bit messy:

cp /usr/share/i18n/SUPPORTED /var/lib/locales/supported.d/local
locale-gen

On Debian it should be:

# Select 'all' in the dialog
dpkg-reconfigure locales

Stefan Krah
History
Date User Action Args
2011-04-04 11:07:48skrahsetrecipients: + skrah, lemburg, loewis, ggenellina, vstinner, santhosh.thottingal, sdaoden
2011-04-04 11:07:47skrahlinkissue6895 messages
2011-04-04 11:07:47skrahcreate