-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Comments
Duplicate of #682 - put follow up here.
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. |
Gradle issue is merged but we cannot see that it is working for us. Reinvestigate this for v3.7. |
File AUTHORS is encoded in UTF-8 without BOM. All other files are encoded in ANSI. What is the reason for the different encoding? |
What are "all other files"? Language files are encoded in UTF-8. Source
code also in UTF-8. I'm currently not in ANSI encoding. Is it ISO ...-15?
Windows CP 8..? Or 7bit only?
|
My changelog is in UTF8...like all other files |
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. |
Fixed with #1954 |
@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 |
JabRef_windows-x64_3_3dev--snapshot--2016-04-12--master--1c5dcf1 on Win10
The text was updated successfully, but these errors were encountered: