GNOME Bugzilla – Bug 754091
libgcab does not set _A_NAME_IS_UTF when filenames are UTF-8
Last modified: 2015-08-26 12:50:33 UTC
According to https://msdn.microsoft.com/en-us/library/bb417343.aspx#utf_enc we need to set the _A_NAME_IS_UTF when we have a non ASCII filename detected. I guess it makes sense to set this automatically and not add any new API. If this is the case, let me know and I'll cook up a patch.
adding the flag sounds fine to me :) thanks
Created attachment 309983 [details] [review] initial patch for review
Review of attachment 309983 [details] [review]: ack
Review of attachment 309983 [details] [review]: Thanks for the quick review!