any plan Korean support ?

Started by curtistealer, May 13, 2019, 08:37:14 PM

Previous topic - Next topic

curtistealer

In mac system, Korean file name is treated different, UTF-8-MAC.

so I have to convert it from from UTF-8-MAC to UTF-8 using iconv :

iconv -f UTF-8-MAC -t UTF-8 ./list_temp.txt > ./list.txt

But text file from exiftool is not converted to UTF-8 properly.

Is there any chance supporting Korean language in the future?

or is there any way to convert properly?

Phil Harvey

This is the first I've heard of this UTF-8 variant.  I'll look into this to see what is involved.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).