[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2012-06-27 Thread Olivier Berten

Olivier Berten olivier.ber...@gmail.com added the comment:

Any idea why mac cjk encodings still aren't available in Python 2.7 and 3.2 ?

--
components:  -Build, Demos and Tools, Library (Lib), Macintosh
nosy: +ezio.melotti, olivier-berten
versions: +Python 2.7, Python 3.2 -Python 2.6, Python 3.0

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue1276
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-08-30 Thread John Smith

John Smith [EMAIL PROTECTED] added the comment:

Confirmed now I can build Python on Mac OS X with Japanese locale.
I tested the followings. 

Python 2.6b3+ trunk:66060
Python 3.0b3+ py3k:66060

Thank you very much.

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-08-25 Thread Marc-Andre Lemburg

Marc-Andre Lemburg [EMAIL PROTECTED] added the comment:

On 2008-08-23 10:08, Hye-Shik Chang wrote:
 Hye-Shik Chang [EMAIL PROTECTED] added the comment:
 
 Committed patch cjkmactemporary.diff as r65988 in the py3k branch.
 I'll open another issue for cjkcodecs implementation of Mac codecs.

Thanks !

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-08-23 Thread Hye-Shik Chang

Hye-Shik Chang [EMAIL PROTECTED] added the comment:

Committed patch cjkmactemporary.diff as r65988 in the py3k branch.
I'll open another issue for cjkcodecs implementation of Mac codecs.

--
resolution:  - fixed
status: open - closed

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-08-20 Thread Hye-Shik Chang

Changes by Hye-Shik Chang [EMAIL PROTECTED]:


Added file: http://bugs.python.org/file11170/cjkmactemporary.diff

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-07-08 Thread Michael Patrick O'Keefe

Changes by Michael Patrick O'Keefe [EMAIL PROTECTED]:


--
nosy: +mokeefe

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-06-26 Thread Hye-Shik Chang

Hye-Shik Chang [EMAIL PROTECTED] added the comment:

Added a patch that implements codecs for CJK Macintosh encodings.
I tried to implement that just alike the other existing CJK codecs,
but it required many inefficient mapping tables due to their odd
mappings (like this: u'ABCDE' - 'ab' AND u'ABCD' - 'ac'!).

So, I decided to implement a general extension codec wrapper that
can be easily modified by dictionaries given by Python code.
Because all Mac CJK encodings have codecs that implement their base
encodings, I just put their difference in Python codec code.
The extension mechanism may be reused in customized codecs for
in-house applications or legacy encoding supports.

The first patch was generated for 2.6 trunk.  I'm working on porting
it to 3.0.

Added file: http://bugs.python.org/file10743/maccjkcodecs-1.diff

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-06-26 Thread Hye-Shik Chang

Changes by Hye-Shik Chang [EMAIL PROTECTED]:


Added file: http://bugs.python.org/file10749/maccjkcodecs-1-py3k.diff

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2008-02-24 Thread Hye-Shik Chang

Hye-Shik Chang added the comment:

I'll take this.

--
assignee: lemburg - hyeshik.chang
nosy: +hyeshik.chang

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2007-11-19 Thread Christian Heimes

Changes by Christian Heimes:


--
keywords: +py3k
priority:  - normal

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2007-10-15 Thread Guido van Rossum

Guido van Rossum added the comment:

Marc-Andre, do you understand this issue? Your name is in
Tools/unicode/Makefile; the patch deletes the line

$(RM) build/mac_japanese.*

from the apple target, which seems rather arbitrary.

--
assignee:  - lemburg
nosy: +gvanrossum, lemburg

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2007-10-15 Thread Marc-Andre Lemburg

Marc-Andre Lemburg added the comment:

My name appears in that Makefile because I wrote it and used it to
create the charmap codecs.

The reason why the Mac Japanese codec was not created for 2.x was the
size of the mapping table. 

Ideal would be to have the C version of the CJK codecs support the Mac
Japanese encoding as well. Adding back the charmap based Mac Japanese
codec would be a compromise.

The absence of the Mac Japanese codec causes (obvious) problems for many
Japanese Python users running Mac OS X.

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2007-10-15 Thread Marc-Andre Lemburg

Marc-Andre Lemburg added the comment:

Adding Python 2.6 as version target.

--
versions: +Python 2.6

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2007-10-14 Thread Georg Brandl

Changes by Georg Brandl:


--
versions: +Python 3.0

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2007-10-13 Thread jos

New submission from 
jos
:

When I compile Python-3.0a1 on Mac OS X with Japanese locale,
I've got LookupError like below.

==
running build_scripts
creating build/scripts-3.0
Traceback (most recent call last):
  File ./setup.py, line 1572, in module
main()
  File ./setup.py, line 1567, in main
'Lib/smtpd.py']
  File /private/tmp/Python-3.0a1/Lib/distutils/core.py, line 148, in setup
dist.run_commands()
  File /private/tmp/Python-3.0a1/Lib/distutils/dist.py, line 943, in
run_commands
self.run_command(cmd)
  File /private/tmp/Python-3.0a1/Lib/distutils/dist.py, line 963, in
run_command
cmd_obj.run()
  File /private/tmp/Python-3.0a1/Lib/distutils/command/build.py, line
106, in run
self.run_command(cmd_name)
  File /private/tmp/Python-3.0a1/Lib/distutils/cmd.py, line 317, in
run_command
self.distribution.run_command(command)
  File /private/tmp/Python-3.0a1/Lib/distutils/dist.py, line 963, in
run_command
cmd_obj.run()
  File
/private/tmp/Python-3.0a1/Lib/distutils/command/build_scripts.py, line
51, in run
self.copy_scripts()
  File
/private/tmp/Python-3.0a1/Lib/distutils/command/build_scripts.py, line
82, in copy_scripts
first_line = f.readline()
  File /private/tmp/Python-3.0a1/Lib/io.py, line 1259, in readline
decoder = self._decoder or self._get_decoder()
  File /private/tmp/Python-3.0a1/Lib/io.py, line , in _get_decoder
make_decoder = codecs.getincrementaldecoder(self._encoding)
  File /private/tmp/Python-3.0a1/Lib/codecs.py, line 951, in
getincrementaldecoder
decoder = lookup(encoding).incrementaldecoder
LookupError: unknown encoding: X-MAC-JAPANESE
make: *** [sharedmods] Error 1
==

This problem happens for lack of appropriate codec
so also occurs in apps using getdefaultencoding.

After patching Tools/unicode/Makefile and
running make generates build/mac_japanese.py, mac-japanese codec.

--
components: Build, Demos and Tools, Library (Lib), Macintosh, Unicode
files: x_mac_japanese.diff
messages: 56386
nosy: josm
severity: normal
status: open
title: LookupError: unknown encoding: X-MAC-JAPANESE

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
__

x_mac_japanese.diff
Description: Binary data
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1276] LookupError: unknown encoding: X-MAC-JAPANESE

2007-10-13 Thread Martin v. Löwis

Changes by Martin v. Löwis:


--
keywords: +patch

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1276
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com