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 Arfrever, BreamoreBoy, arnimar, djc, gkcn, jafo, jwilk, lemburg, pitrou, python-dev, skrah, vstinner
Date 2011-07-26.23:01:52
SpamBayes Score 0.0028581307
Marked as misclassified No
Message-id <20110726225930.GA23585@sleipnir.bytereef.org>
In-reply-to <1311720619.06.0.247695360143.issue1813@psf.upfronthosting.co.za>
Content
Stefan Krah <report@bugs.python.org> wrote:
> (gdb) p result = setlocale(category, "tr_TR.ISO8859-9")
> $8 = 0x0
> (gdb) p result = setlocale(category, "tr_TR")
> $9 = 0x96d770 "tr_TR"
> (gdb) p locale
> $10 = 0x7ffff0f6a5b0 "tr_TR.ISO8859-9"
> (gdb)

Perhaps this is a bug in Fedora's setlocale that can't handle the turkish 'I'
in 'ISO' when CTYPE is turkish.
History
Date User Action Args
2011-07-26 23:01:52skrahsetrecipients: + skrah, lemburg, jafo, pitrou, vstinner, arnimar, jwilk, djc, Arfrever, BreamoreBoy, python-dev, gkcn
2011-07-26 23:01:52skrahlinkissue1813 messages
2011-07-26 23:01:52skrahcreate