Issue writing tag in a different language - somebody please help
Anand
flashanand at gmail.com
Sat Mar 22 16:05:19 UTC 2014
Hi,
I am trying to tag the title of an .m4v using TagLib like this
tag->itemListMap()["\251nam"] = TagLib::StringList([@“Bolt”
cStringUsingEncoding:NSUTF8StringEncoding]);
It works because “Bolt” is in English. But the following doesn’t work -
since it is in different language - any body knows why?
tag->itemListMap()["\251nam"] = TagLib::StringList([@“ஜில்லுனு ஒரு காதல்”
cStringUsingEncoding:NSUTF8StringEncoding]);
I am happy to provide more details if you need any
Thanks for your help
Anand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20140322/38b3bb3b/attachment.html>
More information about the taglib-devel
mailing list