B4J Question Java return string with error

Yngveh58

Member
Licensed User
Longtime User
Hello
Reads and writes meta tags to photos using org.apache.commons.imaging and com.drew.imaging.

A string åäö asc 229 228 246 returns åä� 229 228 65533
it will be the same if I write åäöpp then the return will be åäöp�
Can not find solution
Charset can cause java to return errors.
In B4J, java is run with UTF-8 in both debug and release.
If I run the file in windows, it runs with windows-1252.
Have tried in win 7, 10, 11 the same result.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…