Re: codecs - where are those on windows?
- From: "GHUM" <haraldarminmassa@xxxxxxxxx>
- Date: 4 Nov 2006 05:00:15 -0800
Fredrik Lundh schrieb:
If your installation directory is C:\Python25, then look in
C:\Python25\lib\encodings
that's only the glue code. the actual data sets are provided by a bunch
of built-in modules:
>>> import sys
>>> sys.builtin_module_names
('__builtin__', '__main__', '_ast', '_bisect', '_codecs',
'_codecs_cn', '_codecs_hk', '_codecs_iso2022', '_codecs_jp',
'_codecs_kr', '_codecs_tw', ...
So, it should be possible to do a custom build of python24.dll /
python25.dll without some of those codecs, resulting in a smaller
python24.dll ?
It will be some time untill my apps must support Chinese and
Japanese...
Harald
.
- Prev by Date: Re: Really strange behavior
- Next by Date: Re: Exploiting Dual Core's with Py_NewInterpreter's separated GIL ?
- Previous by thread: Really strange behavior
- Next by thread: [OT] how to write code into a blog post?
- Index(es):
Relevant Pages
|