I get the file path like /mnt/sdcard/DCIM/Camera/حفظ.jpg. Then I made file 
by File file = new File(path). Here it says file does not exists.
I am using Android OS 2.3.6

On Wednesday, August 15, 2012 2:29:27 PM UTC+5, RichardC wrote:
>
> Did you get the file name by enumerating the directory contents or 
> entering the file name some other way?
>
> What version of Android are you trying this on?
>
> On Wednesday, August 15, 2012 9:35:38 AM UTC+1, Muhammad Rashid wrote:
>>
>> Dear all,
>>
>> I want to read images from sdcard. These images are of different names 
>> like a.jpg and موافق.jpg etc. Some of them are english names and some are 
>> with arabic names.
>> The problem is that when I make File as File imageFile = new 
>> File(pathFromSDCard), It shows file does not exists for all images with 
>> arabic names. It works for images with english names. Is there any 
>> workaround? 
>>
>> Regards
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to