-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Need 'windows-1252' encoding for locale names. #27368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Is there any chance that using |
Neither |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you mock out a test for this?
Also be sure to run |
@timcera can you add a test and merge master? |
this looks ok actually, @timcera can you add a note to 1.0; if you can do a test great, but not a big deal otherwise. |
@timcera can you rebase? I think the CI failure may be unrelated |
pandas-dev#24760 pandas-dev#23638 There are some special characters encoded with 'window-1252' in lists created by 'locale -a'. The two know locales with this problem are Norwegian 'bokmål', and 'français'.
f140f80
to
064507a
Compare
this is prob ok, can you merge master and add a note to 1.0.0, ping on green. |
Have to ask - what does "note to 1.0.0, ping on green" mean?
…On Sun, Oct 6, 2019 at 7:55 PM Jeff Reback ***@***.***> wrote:
this is prob ok, can you merge master and add a note to 1.0.0, ping on
green.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27368?email_source=notifications&email_token=AACIRNV26PFREBCT4MGYTPLQNJ3IPA5CNFSM4ICRV4OKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAOXK7I#issuecomment-538801533>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACIRNXVKDLVQX7FUDQULCTQNJ3IPANCNFSM4ICRV4OA>
.
|
Can you add a note to |
All checks passed. |
thanks @timcera |
#24760
#23638
There are some special characters encoded with 'window-1252' in lists
created by 'locale -a'. The two know locales with this problem are
Norwegian 'bokmål', and 'français'.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff