Skip to content

Fixed non-ascii git branch name garbled.#796

Merged
dahlbyk merged 4 commits intodahlbyk:masterfrom
wataru-super:patch-1
Oct 2, 2020
Merged

Fixed non-ascii git branch name garbled.#796
dahlbyk merged 4 commits intodahlbyk:masterfrom
wataru-super:patch-1

Conversation

@wataru-super
Copy link
Copy Markdown
Contributor

By 2020, The utf-8 encoding beats the market for any other specified non-single byte encodings for internationalization. In fact, most of Asian developer would prefer utf-8 as the first-class citizens while remaining specified old encoding like gbk, big5, jis as default page code only for windows system compatibly.

#397 @dahlbyk you introduced a bug that it wont't change to utf-8 for non-single byte while you actually want to do it!

After fixed, It will avoid changing output encoding which causing error for single-byte charset users. (but it will return get non utf8 encoding string which make no problem in fact ) #708

@wataru-super
Copy link
Copy Markdown
Contributor Author

@fullenw1 will you get IOException using new version in your machine?

@wataru-super
Copy link
Copy Markdown
Contributor Author

How about the new version?

@dahlbyk dahlbyk merged commit d94feed into dahlbyk:master Oct 2, 2020
@dahlbyk
Copy link
Copy Markdown
Owner

dahlbyk commented Oct 2, 2020

If this still solves the issue you observe, I'm good with it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants