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 kamie
Recipients barry, das, ezio.melotti, kamie, lemburg, mvolz, r.david.murray
Date 2014-03-14.01:42:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394761371.4.0.612952631829.issue18624@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure about how the aliases are represented. I found some examples:

http://web.mit.edu/Mozilla/src/mozilla/intl/uconv/src/charsetalias.properties

So I wrote the aliases like this:

'iso-8859-8-i'       : 'iso8859_8_I',
'iso-8859-8-e'       : 'iso8859_8_E',

But I'm not sure if I should write as shown in the example above or if it should looks like:

'iso-8859-8-i'       : 'iso8859_8',
'iso-8859-8-e'       : 'iso8859_8',

And how about the tests? I couldn't locate the tests for this module. It it the tests inside the enconded_modules folder?
History
Date User Action Args
2014-03-14 01:42:51kamiesetrecipients: + kamie, lemburg, barry, ezio.melotti, r.david.murray, das, mvolz
2014-03-14 01:42:51kamiesetmessageid: <1394761371.4.0.612952631829.issue18624@psf.upfronthosting.co.za>
2014-03-14 01:42:51kamielinkissue18624 messages
2014-03-14 01:42:50kamiecreate