encodings cmd
This commit is contained in:
parent
7313c9c7b6
commit
70650841b3
11
04-text-byte/encodings-win10-cmd.txt
Normal file
11
04-text-byte/encodings-win10-cmd.txt
Normal file
@ -0,0 +1,11 @@
|
||||
locale.getpreferredencoding() -> 'cp1252'
|
||||
type(my_file) -> <class '_io.TextIOWrapper'>
|
||||
my_file.encoding -> 'cp1252'
|
||||
sys.stdout.isatty() -> False
|
||||
sys.stdout.encoding -> 'cp1252'
|
||||
sys.stdin.isatty() -> True
|
||||
sys.stdin.encoding -> 'utf-8'
|
||||
sys.stderr.isatty() -> True
|
||||
sys.stderr.encoding -> 'utf-8'
|
||||
sys.getdefaultencoding() -> 'utf-8'
|
||||
sys.getfilesystemencoding() -> 'utf-8'
|
Loading…
x
Reference in New Issue
Block a user