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...
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...
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...
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...