Kamilla added the comment:

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?

----------
nosy: +kamie

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18624>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to