Quote:
Originally Posted by arena
Please Turkish language help? ? ? Ş ş Ğ ğ ı ? ? ? ?
|
I think that i have found a solution i'm gonna give it to you, but i need you to test it for me. Here is the RegExp for Turkish Language. This is that you have to replace in the xml product, and also you should change your encoding to
ISO 8859-9
Code:
(/[^A-Z^a-z^0-9^şŞıİ??????Ğğ\s]+/gi,"")
or
Code:
(/[^A-Za-z 0-9_\\0000-\\00FF]+/gi,"")
test the uploaded file for Turkish and let me know.
EDIT: please re-download new file, test it and let me know