i want to compare file name in persian ( farsi or arabic ) in assete folder
if (filename.matches("*سلام*\\.jpg"))
{
copy(getAssets().open(filename), new File(path) );
items.add(path);
}
but i think the android doesn't support asian language !!! any budy can tell me something about this problem ???
or how i can compare persian( Farsi or arabic ) string in java ( eclips ) !!???
tnx