Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4391

Re: minimal python27.dll?

From "Martin v. Loewis" <martin@v.loewis.de>
Newsgroups comp.lang.python
Subject Re: minimal python27.dll?
Date 2011-05-01 14:51 +0200
Organization 1&1 Internet AG
Message-ID <ipjl0u$8lm$2@online.de> (permalink)
References <c283ce47-e886-4164-8a24-4a90bc2e13ba@d19g2000prh.googlegroups.com> <4DB8774C.9080400@v.loewis.de> <ee60c2fa-ed6a-4ebf-9cc0-7e02a974a9f5@s34g2000prg.googlegroups.com>

Show all headers | View raw


> On the CJK issue, why python ship its own codec, not using OS builtin?

The OS doesn't provide all the codecs that Python provides. For the one
it does provide, it behaves semantically different in border cases from
the ones that come with Python.

> If I don't need the full Unicode5.1 can I just map python's unicode
> functions to some Win32 unicode API?

That should be possible - but I doubt it's a matter of "just".

Regards,
Martin

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

minimal python27.dll? est <electronixtar@gmail.com> - 2011-04-27 03:43 -0700
  Re: minimal python27.dll? Tim Golden <mail@timgolden.me.uk> - 2011-04-27 16:15 +0100
  Re: minimal python27.dll? "Martin v. Loewis" <martin@v.loewis.de> - 2011-04-27 22:06 +0200
    Re: minimal python27.dll? Ryan Kelly <ryan@rfk.id.au> - 2011-04-28 07:49 +1000
      Re: minimal python27.dll? "Martin v. Loewis" <martin@v.loewis.de> - 2011-05-01 14:49 +0200
      Re: minimal python27.dll? "Martin v. Loewis" <martin@v.loewis.de> - 2011-05-01 14:49 +0200
    Re: minimal python27.dll? est <electronixtar@gmail.com> - 2011-04-27 17:37 -0700
      Re: minimal python27.dll? "Martin v. Loewis" <martin@v.loewis.de> - 2011-05-01 14:51 +0200

csiph-web