Open Bolid opened 7 years ago
How save сyrillic symbol in tag UserComment?
ExifInterface exif = new ExifInterface(); exif.setTag(exif.buildTag(ExifInterface.TAG_USER_COMMENT, ExifInterface.g)); exif.writeExif(pathToFile);
This code not work.
How save сyrillic symbol in tag UserComment?