aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2024-04-12 12:13:51 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2024-04-12 12:13:51 +0200
commit17cd4884d9cd30c6e515be1e21f43306c5cd9081 (patch)
treedd6b6c51a6b603bb7688267b9388f6c251207543
parent09f11c240dc47feb4270b65c145a7fa4e1b011cb (diff)
downloadsnake-17cd4884d9cd30c6e515be1e21f43306c5cd9081.tar.gz
snake-17cd4884d9cd30c6e515be1e21f43306c5cd9081.zip
mention possible wrong encoding error
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09abce1..0011694 100644
--- a/README.md
+++ b/README.md
@@ -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.