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
0
votes
3 answers

How to split the input string into corresponding utf- charcters?

I have to split the strings of input text file (which is in hindi language) in java language. Is there is a way to do so ?I have tried to split it into single characters but that doesn't word. For example: मुझे बहुत सारा काम करना है| then…
0
votes
1 answer

Enable java to support different languages while converting .txt file to .bmp(image)

I am converting a .txt file to .bmp(image). That .txt file may have words of different languages as well. When I convert it using BufferedImage of java it converts the English words properly but not the other language's word, image shows the special…
Vipul
  • 49
  • 8
0
votes
1 answer

Twitter search api with hindi characters in the query returns 403 error

I am receiving 403 error from search api when using this query: "सार्वजनिक स्वास्थ्य जॉन्स हॉपकिन्स विश्वविद्यालय" OR "एमए एन ए पौष्टिक सहायता उत्पाद निगम" OR "मेडिसिन्स सैंस फ्रंटियर्स" Error I have got from Twitter's api…
Piotr Idzikowski
  • 713
  • 5
  • 13
0
votes
3 answers

Hindi Characters not displaying in ms word document

I have generated a word document (docx) on fly, which contains 2 languages: English and Hindi. English characters are displayed correctly but Hindi characters are displayed as box [] when you open the document. However when you select the hindi text…
akajain
  • 39
  • 1
  • 2
  • 10
0
votes
1 answer

How can I use whole android project inside a new android project

I have source code of indic-keyboard, and I want to use functionality of this project in my app, I have tried converting indic-project into a library, but that seems tough, so I am looking for some other workaround for this thing. What can/have I…
Manjeet Singh
  • 4,382
  • 4
  • 26
  • 39
0
votes
2 answers

Some of my Hindi characters are not showing correctly in my CHtmlView (xml.xsl). Why?

MFC Dialog VS2015 My application uses a CHtmlView browser. In this context is it a hidden browser that is purely used to fire the print preview mechanism. I have just started to add support for printing webpages with Hindi content. When my…
Andrew Truckle
  • 17,769
  • 16
  • 66
  • 164
0
votes
1 answer

I have received a word document with Walkman-Chanakya-905 font but unable to render the contents

I have received a word document with Walkman-Chanakya-905 font but unable to render the contents. I am not able to locate the site from where I can download the correct font. Any help in this regards will be helpful. Regards, Krishna
nits.kk
  • 5,204
  • 4
  • 33
  • 55
0
votes
5 answers

Hindi Text in Eclipse on Android

How can one directly input Hindi text into the eclipse IDE on android? I would like to type Hindi text directly into the eclipse IDE without copy/pasting it from somewhere else, see this demo for an example of writing Hindi text quickly. I would…
Neeraj Kumar
  • 3,851
  • 2
  • 19
  • 41
0
votes
0 answers

Unable to decode utf8 in python to display hindi language in the shell

changed site.py to set the default encoding as "utf-8" Unable to get IDLE to display Hindi Language. I am getting all the utf-8 characters as output. Getting the data directly from twitter. import twitter #import sys #reload(sys) # Reload does the…
0
votes
1 answer

echo HINDI language word stored in an array in PHP script

I am trying to echo hindi script words stored in an array. The output is getting displayed when i use print_r() but not when i use echo. The code is below. what changes do I need to make?
Azra Mahrukh
  • 151
  • 1
  • 14
0
votes
1 answer

Priority language in multi language website

I'm following this guide to create a multi language page : http://www.codeproject.com/Articles/334820/Using-Globalization-and-Localization-in-ASP-NET But a problem is : I want my website default language is Hindi. But the browser often set English…
0
votes
3 answers

Spilt hindi paragraph by | in java

I want to split a Hindi paragraph into sentences. Each sentence is separated by '|' . I tried the following code : String[] translated_values=text.split("|"); Sample text : मनोवैज्ञानिक परीक्षण। खुफिया भागफल खुफिया की उम्र से संबंधित उपाय के लिए…
julika Zen
  • 357
  • 6
  • 22
0
votes
0 answers

Printing Issue for Unicode Devnagari Script in Java

I am creating a Java application in Hindi Language, National Language of India for which Devanagari Script is used. I need to print some text in Hindi Language using Java Printing API. But, I am facing some problems and can't able to figure out what…
Akshat
  • 720
  • 9
  • 24
0
votes
1 answer

Using Hindi fonts in Android

I am not able to understand why, despite mentioning the utf-8 encoding in the string.xml code, the "ddd" is not being encoded to the required font (DevLys 180, a Hindi font). I've copied this code from the internet to get Hindi to work in my…
0
votes
1 answer

iText support for HIndi and Arabic

Our project needs dynamic PDF generation in 6 languages which consists of Hindi and Arabic. iText works brilliantly for other languages except these two. Can someone let me know if current version of iText(5.5.5) have ligature implementation for…