eclipse-aspectj / aspectj

Other
272 stars 82 forks source link

AspectJ installer extracts text files with US-ASCII character set #270

Closed kriegaex closed 6 months ago

kriegaex commented 6 months ago

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