Hi
I have an editTextBox control where the user can add/edit text. I need to control the maximum text entry to 200 characters. Nice and easy with Latin oriented language scripts (a,b,c,d...) but if I enter an alphabet from another language which is a scripting type language such as Arabic, the text length routine fails and I am unable to determine the string length.
Is there a workaround on this to accurately count the number of characters in non-latin based alphabets or prevent these scripting language texts being entered?
Thanks,
Azhar
I have an editTextBox control where the user can add/edit text. I need to control the maximum text entry to 200 characters. Nice and easy with Latin oriented language scripts (a,b,c,d...) but if I enter an alphabet from another language which is a scripting type language such as Arabic, the text length routine fails and I am unable to determine the string length.
Is there a workaround on this to accurately count the number of characters in non-latin based alphabets or prevent these scripting language texts being entered?
Thanks,
Azhar