diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2024-04-12 12:13:51 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2024-04-12 12:13:51 +0200 |
| commit | 17cd4884d9cd30c6e515be1e21f43306c5cd9081 (patch) | |
| tree | dd6b6c51a6b603bb7688267b9388f6c251207543 | |
| parent | 09f11c240dc47feb4270b65c145a7fa4e1b011cb (diff) | |
| download | snake-17cd4884d9cd30c6e515be1e21f43306c5cd9081.tar.gz snake-17cd4884d9cd30c6e515be1e21f43306c5cd9081.zip | |
mention possible wrong encoding error
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ * Java * Eine Kopie des [GraphicsAndGames](https://informatikschulbuch.de/wp-content/daten/Informatik3/Vorlagen/Kapitel4/BlueJ_Java/GraphicsAndGames_BlueJ_Java.zip) Quellcodes. +**ACHTUNG!** ältere BlueJ Versionen erstellen gegebenenfalls ein Projekt mit einem Encoding, das die Sonderzeichen im GraphicsAndGames-Quellcode nicht unterstützt. +Gegebenenfalls muss in der `package.bluej` Datei das Encoding auf `project.charset = UTF-8` geändert erden (Siehe: [BlueJ-FAQ](https://www.bluej.org/faq.html)). + ## Usage Das enthaltene Makefile downloadet und extrahiert GraphicsAndGames automatisch. |
