Skip to content

Commit e5f3062

Browse files
author
Sylvain MARIE
committed
Added two comments on default encoding
1 parent 184e480 commit e5f3062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/conftest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1207,9 +1207,9 @@ def utc_fixture(request):
12071207
params=[
12081208
pytest.param(None, id=str(locale.getlocale())),
12091209
"it_IT.utf8",
1210-
"it_IT",
1210+
"it_IT", # Note: encoding will be 'ISO8859-1'
12111211
"zh_CN.utf8",
1212-
"zh_CN",
1212+
"zh_CN", # Note: encoding will be 'gb2312'
12131213
]
12141214
)
12151215
def overridden_locale(request):

0 commit comments

Comments
 (0)