Skip to content
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

Unicode Names not displayed correctly #1178

Closed
Siedlerchr opened this issue Apr 12, 2016 · 9 comments
Closed

Unicode Names not displayed correctly #1178

Siedlerchr opened this issue Apr 12, 2016 · 9 comments
Milestone

Comments

@Siedlerchr
Copy link
Member

JabRef_windows-x64_3_3dev--snapshot--2016-04-12--master--1c5dcf1 on Win10

aboutjabref

@koppor
Copy link
Member

koppor commented Apr 12, 2016

Duplicate of #682 - put follow up here.

Issue known gradle/gradle#520, still to be fixed.

UPDATE: Merged into gradle main on 2016-04-06. Thus, we "just" have to wait for release of gradle 2.14. -- I checked https://github.com/gradle/gradle/blob/master/version.txt, which shows 2.14, but the currently planned gradle release is 2.13 (see https://discuss.gradle.org/c/roadmap)), thus, I think, it will be 2.14.

@stefan-kolb
Copy link
Member

Gradle issue is merged but we cannot see that it is working for us. Reinvestigate this for v3.7.

@grimes2
Copy link
Contributor

grimes2 commented Sep 9, 2016

File AUTHORS is encoded in UTF-8 without BOM. All other files are encoded in ANSI. What is the reason for the different encoding?

@koppor
Copy link
Member

koppor commented Sep 9, 2016 via email

@grimes2
Copy link
Contributor

grimes2 commented Sep 9, 2016

"all other files" is for example CHANGELOG.md. Here are the screenshots in notepad++, that demonstrates the different encoding of the files:
authors_in_notepad
changelog_in_notepad
The files were loaded from my local master.

@Siedlerchr
Copy link
Member Author

Siedlerchr commented Sep 9, 2016

My changelog is in UTF8...like all other files

@grimes2
Copy link
Contributor

grimes2 commented Sep 9, 2016

I've now cloned the upstream master again, to exclude that it is an problem introduced by me. Same result: AUTHORS still has another encoding than all the other files.
System: windows 10, Notepad++

@Siedlerchr
Copy link
Member Author

Fixed with #1954

@koppor
Copy link
Member

koppor commented Sep 12, 2016

@grimes2 I think your observation has something to do with the default charset of Notepad++. I assume if you change the default encoding to UTF-8. I opened the CHANGELOG.md in notepad++, converted it to ANSI, saved. Nothing changed according to git. I also searched for [^\x20-\x7E\t\n\r] (based on http://stackoverflow.com/a/8845405/873282) and there were no hits in CHANGELOG.md.

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

No branches or pull requests

4 participants