From 23bbb995be30161a1feedd661a73b3d840595313 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Wed, 24 Feb 2016 15:20:10 +0000 Subject: [PATCH] Added readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6a9302 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# MusicPlayer + +## 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