From c2920ddb47fefa674a9c82a50e091bb5d779a582 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Wed, 24 Feb 2016 15:21:20 +0000 Subject: [PATCH] Updated readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b6a9302..057da6b 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,7 @@ ## UTF-8 Character Support If your music file names use characters outside of the ASCII character set, the application should be launched with the following parameter +``` -Dfile.encoding=UTF-8 +``` If this is not done the application will hang when trying to play a file with non ASCII characters in its' path. \ No newline at end of file