2016-02-24 15:20:10 +00:00
|
|
|
# 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
|
2016-02-24 15:21:20 +00:00
|
|
|
```
|
2016-02-24 15:20:10 +00:00
|
|
|
-Dfile.encoding=UTF-8
|
2016-02-24 15:21:20 +00:00
|
|
|
```
|
2016-02-24 15:20:10 +00:00
|
|
|
If this is not done the application will hang when trying to play a file with non ASCII characters in its' path.
|