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. |
|
|
||
| task wrapper(type: Wrapper) { | ||
| gradleVersion = '2.14.1' | ||
| gradleVersion = '3.0' |
There was a problem hiding this comment.
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