B4J Question difference between debug an releas with special char in Database

Tobias00

New Member
Licensed User
Good day,

with my manufacturing application I have a problem. In Debug mode anything is OK.

As soon as I compile the application in releases mode the special characters which I get from a Firebird database load wrongly.The database is as UTF8.The connecting string usesUTF8 to.

Where is the difference between Debug and release mode?

Thanks

Tobias
 

Tobias00

New Member
Licensed User
i have an Update.

if i start the program with this command "java -Dfile.encoding=UTF8 -jar name.jar" then everything is ok in release.

Can I include this in the Jar?

thanks
Tobias
 
Upvote 0
Top