Questions tagged [hindi]

Hindi is the most spoken language of India, the world's second-most populated country. The script which is used to write Hindi is called "Devanagari".

Hindi (हिन्दी), or more precisely Modern Standard Hindi (मानक हिन्दी), is a standardized and Sanskritised register of the Hindustani language. Hindustani is the native language of people living in Delhi, Haryana, Uttar Pradesh, Bihar, Jharkhand, Madhya Pradesh and parts of Rajasthan. Hindi is one of the official languages of India and predominantly spoken by people in the Northern India.

Know more about Hindi, See Hindi Language wiki.

280 questions
19
votes
4 answers

How can I print Hindi sentences(unicode) on image in Python?

I have a file named "hindi.txt". It has contents as follows. I'm using Python3.5. कामकाजी महिलाओं के लिए देश में दिल्ली असुरक्षित, सिक्किम सबसे बेहतर: रिपोर्ट 9 साल से अटकी राफेल डील मंजूर, 59000 Cr में भारत खरीदेगा 36 फाइटर प्लेन WhatsApp को टक्कर…
Pooja
  • 213
  • 2
  • 5
14
votes
3 answers

Java API for swing for holidays dates in hindu calendar of any year

Is there any Java API for Swing which will help me to give all holidays dates in Hindu calendar of any year ? Requirements: API should be open source or free.
Mayur Jain
  • 155
  • 1
  • 8
14
votes
4 answers

Hindi language not displaying correctly on tcpdf

i have created below code for displaying hindi text using arial unicode font in tcpdf $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); // set default monospaced…
suhas pandit
  • 273
  • 2
  • 16
14
votes
4 answers

How to store the data in unicode in hindi language

I am using PHP and MySQL for an application. Questions are: How to store data in MySQL नवीन खेतिहर उपकरण। readable format or निलेस र पà¥à¤¬ format When user enters data in a textbox and clicks on submit, at that time we get data in…
nilesh
  • 153
  • 1
  • 1
  • 6
13
votes
1 answer

Android - Hindi Conjuncts Support?

I do understand that Android device still doesn't support complex hindi conjuncts drawing, though we set the textView typeface to a commonly used hindi font (mangal.ttf or DroidHindi.ttf). One of the Ex: 1st 2nd Conjunct प् र = …
Shibbs
  • 249
  • 1
  • 7
12
votes
1 answer

Hindi language and sublime text

How can I use sublime text with the Hindi language? I just want to copy and paste the word: " इटली " in the editor, but It returns me the following text instead: How to remove that circle?
Ricky
  • 285
  • 5
  • 17
9
votes
1 answer

Unable to copy exact hindi content from pdf

I am not able to copy hindi content from pdf file. When I am trying to copy/paste that content it changes to different hindi characters. Example- Original- निर्वाचक After paste- ननरररचक it shows like this. Anybody can help me to get the exact hindi…
Savendra Singh
  • 101
  • 1
  • 1
  • 7
9
votes
1 answer

Devanagari/Marathi font

I am developing an Android app for regional magazine which is in Marathi language and from OS 2.2 and above. I am able to use custom fonts for the devices which does not support Devanagari/Marathi natively using typeface. But the result is not…
dd619
  • 5,910
  • 8
  • 35
  • 60
9
votes
7 answers

How to insert Hindi language in Mysql

I changed the charset as described here but does not work: CREATE TABLE `tbl_hindi` ( `data` varchar(1000) character set utf8 collate utf8_bin default NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; INSERT INTO `tbl_hindi` VALUES ('कंप्यूटर');
Sanjay Dutt
  • 165
  • 2
  • 2
  • 8
7
votes
1 answer

How to save other languages in mysql table?

Hi I have to save hindi languages in mysql. how can I do that. any one knows the solution please help me.
DEVOPS
  • 18,190
  • 34
  • 95
  • 118
7
votes
1 answer

Parsing a pdf(Devanagari script) using PDFminer gives incorrect output

I am trying to parse a pdf file containing Indian voters list which is in hindi(Devanagari script). PDF displays all the text correctly but when I tried dumping this pdf into text format using PDFminer it output the characters which are different…
Rohit
  • 179
  • 3
  • 14
7
votes
4 answers

PHP: How to json encode of hindi language in response

I am working with a translation API but here is an issue. I am using JSON in response and when I do json_encode of Hindi then the out is like "\u092f\u0939 \u0915\u093e\u0930 \u0939\u0948" My code is given below $data = array(); $data['hindi'] =…
vikujangid
  • 728
  • 3
  • 8
  • 19
7
votes
1 answer

How to type 'ज्ञ' in ubuntu 14.04 hindi keyboard

I am having problems while typing 'ज्ञ' (gya) in hindi. When I updated ubuntu from 13.10 to 14.04, I noticed that the old hindi keyboard was missing, instead in the text entry settings, I saw three new hindi input…
abhigunwant
  • 150
  • 1
  • 1
  • 12
6
votes
3 answers

How can i show Hindi text in Android Tablet

I am developing an application in Android Tablet. Now in my application, I want to show Hindi text for all EditText and Buttons and also I need to get data from Oracle database and need to store in Sqlite. I know how to save and retrieve data from…
Kiran_b
  • 199
  • 7
  • 15
6
votes
4 answers

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 used this utility to read an XLS file. If the XLS file contains different language characters like Chinese or Hindi, it does not output them…
Hulk
  • 32,860
  • 62
  • 144
  • 215
1
2 3
18 19