iphone reading international filenames
Posted
by satyam
on Stack Overflow
See other posts from Stack Overflow
or by satyam
Published on 2010-03-09T04:17:44Z
Indexed on
2010/03/09
4:21 UTC
Read the original article
Hit count: 182
iphone
Using Objective C, cocoa touch framework.
I have few image files in my iphone application. Some file names are in english and some are in japanese like "????????Icon .png" I'm creating views programatically and not using IB. My code is not able to read files with name in japanese language. How can I get this work done.
© Stack Overflow or respective owner