-
-
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
Add filteringCharset = 'UTF-8' to gradle #1945
Conversation
Convert tabs to spaces
Checking @Siedlerchr's changes, it works. @grimes2 I don't get, why ISO-8859-1 works at your side and UTF-8 doesn't. I just merge this in and we can continue evaluating afterwards. |
@@ -47,7 +47,7 @@ install4j { | |||
} | |||
|
|||
task wrapper(type: Wrapper) { | |||
gradleVersion = '2.14.1' | |||
gradleVersion = '3.0' |
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.
This is not necessary anymore. See https://gradle.org/blog/gradle-3-0-m1-unleash-the-daemon/
./gradlew wrapper --gradle-version 3.0
has the same effect as ./gradlew wrapper
with that config.
I'll just change it directly in the master branch.
* master: Remove obsolete wrapper task Added error dialog when setting invalid main file directory (#1921) Add filteringCharset = 'UTF-8' (#1945) Include https://github.com/grimes2 Searchbar across all bib files instead each having its own (#1549) Some OO/LO cleanups (#1927) Update link Removed external dependency in logic (#1934)
* master: Remove obsolete wrapper task Added error dialog when setting invalid main file directory (JabRef#1921) Add filteringCharset = 'UTF-8' (JabRef#1945) Include https://github.com/grimes2 Searchbar across all bib files instead each having its own (JabRef#1549) Some OO/LO cleanups (JabRef#1927) Update link Removed external dependency in logic (JabRef#1934)
Yes, you are right. Windows 7 x64 the same. |
I think I found the reason for it. Property.load assumes automatically ISO... charset. |
@koppor Nope, if you look closely in the middle you have someone named |
When I read it correct in the doc, this should help fixing the Unicode problems in #1178
I tested locally and it seemed working for me.
https://docs.gradle.org/current/userguide/working_with_files.html#sec:filtering_files