]> source.dussan.org Git - aspectj.git/commit
Bugfix: AspectJ installer extracts text files as US-ASCII
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 5 Jan 2024 07:35:24 +0000 (14:35 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 6 Jan 2024 09:09:11 +0000 (10:09 +0100)
commita8eab70a29dc55514fd523371762d286ca7082df
treea8e9cb681db92ef2d926f212b81e2d334050159f
parente090edbfb42556d49f7a618ceebb3f64b2341a30
Bugfix: AspectJ installer extracts text files as US-ASCII

When extracting text or HTML files, special characters like German
umlauts "ÄÖÜäöüß" or copyright symbol "©" were destroyed while unpacking
the installer archive. As our files in Git SCM are all UTF-8, the
installer now also uses UTF-8 to read and write text files.

Fixes #270.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
build/src/main/java/$installer$/org/aspectj/Main.java