sephiroth74 / Android-Exif-Extended

Exif extended library for Android, based on jhead c library (http://www.sentex.net/~mwandel/jhead/)
Other
135 stars 45 forks source link

How save tag UserComment #18

Open Bolid opened 7 years ago

Bolid commented 7 years ago

How save сyrillic symbol in tag UserComment?

Bolid commented 7 years ago

ExifInterface exif = new ExifInterface(); exif.setTag(exif.buildTag(ExifInterface.TAG_USER_COMMENT, ExifInterface.g)); exif.writeExif(pathToFile);

This code not work.