iyobo/epicworship

Problem with the characters (Portuguese Language - on linux)

Closed this issue · 3 comments

Hi,

I like so much this software, thank you for made this.

But on linux I have a problem.

See this picture:

epic_problem

This problem in bible, I can't search the book, because of wrong letter.
(Letter with portuguese accentuation like: ã, á, ç e etc)

Have this problem on songs too:

epic_problem2

I think this problem can be solve with a charset UTF-8 configuration. (Always works in web system =])

Thank you.

Hi,
You can just change inside the file Launch_MacLinux.sh

Original file

cd dirname $0
java -jar -Djavafx.autoproxy.disable=true "epicworship-1.4.8.0.jar"

With charset modifier

cd dirname $0
java -jar -Djavafx.autoproxy.disable=true -Dfile.encoding=ISO-8859-1 "epicworship-1.4.8.0.jar"

God bless you

Thank you Italo.

This solve my problem.
The songs I can change manually, or load the standard songs again e problem solve. =]
The bible work fine automatically.

Thank you.
God bless you.

iyobo commented

@italopoiema You rock dude.
Thanks for that.