0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Python
Amaury Forgeot d'Arc 9a5499b4e5 #3705: Command-line arguments were not correctly decoded when the
terminal does not use UTF8.

Now the code propagates the unicode string as far as possible, and avoids
the conversion to char* which implicitely uses utf-8.

Reviewed by Benjamin.
2008-11-11 23:04:59 +00:00
..
_warnings.c
asdl.c
ast.c Merged revisions 67171 via svnmerge from 2008-11-08 19:56:21 +00:00
atof.c
bltinmodule.c
ceval.c
codecs.c
compile.c Merged revisions 67171 via svnmerge from 2008-11-08 19:56:21 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from 2008-11-03 20:31:38 +00:00
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c #3705: Command-line arguments were not correctly decoded when the 2008-11-11 23:04:59 +00:00
importdl.c
importdl.h
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
peephole.c
pyarena.c
pyfpe.c
pymath.c
pystate.c
pystrcmp.c
pystrtod.c
Python-ast.c
pythonrun.c
sigcheck.c
strdup.c
strtod.c
structmember.c
symtable.c
sysmodule.c
thread_atheos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
thread.c
traceback.c