hindi

using xlrd to read Excel xls file containing Chinese and/or Hindi characters

http://scienceoss.com/read-excel-files-from-python/comment-page-1/#comment-1051 From the above link i use this utility to read an xls file.If the xls contains different language characters like chine or hindi.It does not output the exact wordings.Is there a work around for this.. After googling i found this import xlrd def upload_xls...

php + vim - बंगलौर (Bangalore) has a break before the last character र

I used http://translate.google.com/#en|hi|Bangalore to get the Hindi for Bangalore and बंगलौर. But when I pasted it in vim there is a break before the last character र. I am using preg_replace with the regex pattern /[^\p{L}\p{Nd}\p{Mn}_]/u for matching words. But this is treating the last character as a separate word. This is my input...

Font " matras " problem in Hindi language format

Hi all, thank you in advance, i am developing an application, server related. here i am taking data through XML [ which is in Hindi language format]. for iOS 4.0 the data is displaying properly, where as in lower versions like iOS 3.2, 3.1.2, 3.0 , the matras giving problem. when parsing only problem is occuring, when i checked i...

Send parameters to a php file in different language

Hi all, I am querying a php script using js with following func call: $.post("http://localhost/abc/create.php",{ name:data } ,function(data){ alert(data); }); Now this name parameter can be in any language, eg: english, hindi etc.. my code is working fine for english. But it is not working for hindi. When i am...