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
6
votes
7 answers

Hindi or Farsi numbers in django templating engine

I want to print {{forloop.counter}} with persian or Hindi encoding means to have "۱ ۲ ۳ ۴ .." instead of "1 2 3 4 ...". I searched a lot but I couldn't find any related functions. Would you mind helping me? Regards
Amin Fazli
  • 152
  • 7
5
votes
2 answers

Hindi language support for Android - text shows up as boxes

Does android in eclipse emulator support hindi fonts? I see Square boxes like ☐ instead of characters अ आ इ ई उ ऊ on Emulator and on Unicode or UTF8 compliant Hindi websites. Any settings for solving the issue?
Dominic
  • 299
  • 2
  • 3
  • 7
5
votes
3 answers

Hindi text to english transliteration for C#

I am searching for a c# code that can be used to get Hindi text to English transliteration. Also tell me if there is any api available for c#.
Deepak
  • 97
  • 3
  • 5
5
votes
4 answers

How to use whole word regex search for Devanagari text?

My HTML code with Devanagari words TODO मंत्री मुख्यमंत्री
5
votes
0 answers

Hindi fonts not appearing properly in pdf when using Dynamic reports

Text is having some ? characters. When generating the pdf the PDF generation succeeds but the Hindi characters are the not coming problem. we are using dynamic reports. The fonts used are Arial Unicode MS and PDF encoding is "Identity-H". Below is…
5
votes
1 answer

Regular expressions with Indian characters

I wonder is it possible to write a regular expression for indian characters? I want to validate if the given character is an Indian letter or number. I found this two questions: What are the unicode ranges for Hindi accented characters? what is the…
user568021
  • 1,426
  • 5
  • 28
  • 55
4
votes
3 answers

What are the unicode ranges for Hindi accented characters?

I'm trying to gather a Unicode list of all the 'o' like shapes in the Hindi character-set. In fact, a list of any characters (in any language) that makes uses of separate characters to indicate an accent would be better. I intend to use this…
chamberlainpi
  • 4,854
  • 8
  • 32
  • 63
4
votes
1 answer

how to create pdf in hindi using asp.net

I am creating a pdf using asp.net. I have been able to successfully create the pdf in English, but when I am fetching data in Hindi language it shows blank in the pdf. How can I fetch data in Hindi? This is my code : protected void…
4
votes
1 answer

Are there technologies-S/w framework/tools/sites that do Translation from Indic(Indian) languages to English?

Are there any tools/sites which will allow me to enter some text in one of the many Indian Languages(Kannada,Marathi,Tamil,Hindi,..) and get translated it to English. Google translate currently only supports Hindi among the Indian languages.
goldenmean
  • 18,376
  • 54
  • 154
  • 211
4
votes
2 answers

How to detect if a string contains hindi (devnagri) in it with character and word count

Below is a example string - $string = "abcde वायरस abcde" I need to check weather this string contains any Hindi (Devanagari) content and if so the count of characters and words. I guess regex with unicode character class can work…
A_N
  • 127
  • 1
  • 1
  • 14
4
votes
1 answer

unable to open Cube language model params for hindi Language in tesseract

Tesseract unable to read cube language model. tesseract 1.png output.txt -l hin After above command execution following error occur. Cube ERROR (CubeRecoContext::Load): unable to read cube language model params from…
Madhav Nikam
  • 153
  • 2
  • 9
4
votes
0 answers

How to read and output Hindi in R console?

I have been trying to read and output a Hindi .txt file into the R console but I get gibberish. This is what I did so far. hindi <- read.table('hindi_text.txt') hindi 1 कà¥à¤¯à¤¾ बोल रहे हो तà¥à¤® Then I typed this. It still…
4
votes
2 answers

Unable to send and recieve data in HINDI language from NOKIA S40 series cell phone correctly

I am trying to send data in HINDI language using JAXRPC webservice from my NOKIA S40 Series Cell phone, The main issue is that the data recieved on the webserver is not in correct format. All I get on the webserver is "?????" (question marks). Where…
Satyam Koyani
  • 4,236
  • 2
  • 22
  • 48
3
votes
2 answers

How to save Hindi Characters in the Application Properties file in Java?

We are trying to internationalize our Spring MVC web application in Hindi language. When we try to copy the Hindi text in the properties file, the properties file shows small boxes in places of Hindi characters. When we run the application and see…
ajm
  • 12,863
  • 58
  • 163
  • 234
3
votes
3 answers

How to convert unicode encoded data into Devanagri(Hindi) text

I am receiving SMS messages in the Devanagri (Hindi) script from my mobile phone into my desktop program, but it is displaying the data in an encoding (Eg. - 091A09470924002009240924) which I found out is unicode. Is there an existing library that…
Aakar
  • 87
  • 1
  • 6
1
2
3
18 19