Searched refs:encodingname (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Tools/unicode/ |
D | genwincodec.py | 46 encodingname = 'cp%d' % codepage 47 code = codegen("", map, encodingname) 54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
|
D | gencodec.py | 248 def codegen(name, map, encodingname, comments=1): argument 292 ''' % (encodingname, name, suffix, suffix)] 322 ''' % encodingname.replace('_', '-')) 353 def pymap(name,map,pyfile,encodingname,comments=1): argument 355 code = codegen(name,map,encodingname,comments)
|
/external/python/cpython3/Tools/unicode/ |
D | genwincodec.py | 46 encodingname = 'cp%d' % codepage 47 code = codegen("", map, encodingname) 54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
|
D | gencodec.py | 254 def codegen(name, map, encodingname, comments=1): argument 298 ''' % (encodingname, name, suffix, suffix)] 328 ''' % encodingname.replace('_', '-')) 359 def pymap(name,map,pyfile,encodingname,comments=1): argument 361 code = codegen(name,map,encodingname,comments)
|
/external/python/cpython3/Doc/using/ |
D | cmdline.rst | 612 for stdin/stdout/stderr, in the syntax ``encodingname:errorhandler``. Both 613 the ``encodingname`` and the ``:errorhandler`` parts are optional and have 620 The ``encodingname`` part is now optional.
|
/external/python/cpython2/Doc/using/ |
D | cmdline.rst | 585 ``encodingname:errorhandler``. The ``:errorhandler`` part is optional and
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3917 - Issue #18818: The "encodingname" part of PYTHONIOENCODING is now optional. 22517 comment of the form "# -*- coding: <encodingname> -*-" in the first
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5133 comment of the form "# -*- coding: <encodingname> -*-" in the first
|