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

How to write languages like hindi in a pdf file?

I have downloaded a text file which is in Hindi. I want to convert it into pdf. For that I'm using prawn gem. But, the gem is not converting hindi characters at all. It is just converting english characters.
leonidus
  • 363
  • 1
  • 3
  • 11
0
votes
2 answers

Eclipse Java Program to read non English characters from System.in

I am running a simple java program which accepts a line from System.in and splits it for spaces. public static void main(String[] args) { Scanner sc = new Scanner(System.in); String word="",type=""; …
Kaushik Lele
  • 6,439
  • 13
  • 50
  • 76
0
votes
0 answers

Wordpress translation to Hindi not working at the Admin-end

I did the following.. I copied language files i.e. hi_IN.mo and hi_IN.po to wp-content/languages folder. Then i made changes to wp_config.php file, which is located in root folder. I replace define (‘WPLANG’, ”); by define (‘WPLANG’,…
Arvind K.
  • 1,184
  • 2
  • 13
  • 27
0
votes
1 answer

AS3 - Hindi font half letters getting converted

I have some text in Hindi language that should appear as क्या appears as क् या (without the space) which is not the way I want. I am embedding fonts, but however flash is auto converting the "half letters". These sentences are getting read from an…
0
votes
1 answer

How to add hindi font in wysyiwyg editor magento

I want to add hindi font in WYSIWYG editor for product description in magento. Can someone please help me for this. Thanks.
0
votes
1 answer

Google Text To Speech for Hindi Language, not working now

i am trying to use Google's Text to speech engine for Hindi language in android. When i pass Hindi text in TextToSpeech's speak() method, it used to play the audio using the Networktts. This used to work fine before an update to Google Text to…
Udit Shah
  • 241
  • 2
  • 14
0
votes
1 answer

Python input csv file not keeping foreign language (hindi) words

I am trying to make a csv file for Python input that will be an input for dictionary conversion from English to Hindi. However whatever I type in Hindi in the csv file gets reduced to question marks. I have seen other people have asked the similar…
DashingQuark
  • 105
  • 8
0
votes
1 answer

How to train UnigramTagger for hindi?

I'm trying to train my unigram tagger in nltk for hindi #-*- coding : utf-8 -*- from nltk.corpus import indian from nltk import tag from nltk import UnigramTagger from nltk import…
RAJAWAT
  • 41
  • 3
0
votes
1 answer

byte array to Hindi Unicode Value

Hi I have a small function which prints byte to Hindi which is stored as Unicode. My function is like public static void byteArrayToPrintableHindi(byte[] iData) { String value = ""; String unicode = "\\u"; StringBuilder sb = new…
Avinash Sahu
  • 249
  • 3
  • 19
0
votes
2 answers

Replace a specific letter in hindi with another letter

I m using hindi language to display data to user. but i want to replace a specific letter from all the words that appears to user. I want to replace "ख" with "ष" "खा" with "षा" and respectively. I want to replace this at the time of inserting in…
Kedar B
  • 774
  • 5
  • 18
  • 47
0
votes
2 answers

How to display Hindi numbers in SSRS?

In Arabic language we use Hindi Numbers (٠‎ -١‎ - ٢‎ - ٣‎ - ٤‎ - ٥‎ - ٦‎ - ٧‎ - ٨‎ - ٩‎) to represent (0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9) The question is how to display numbers in SSRS reports using these Hindi figures?
Mohamed Emad
  • 1,113
  • 1
  • 9
  • 16
0
votes
0 answers

Creating Hindi PDF using UTF-8 in JasperReport

My requirement is to Create a PDF with some text in Hindi/Marathi/Other Indian Language while some text in English. Text in Hindi/Marathi/Other Indian Language will be static text in Unicode (UTF-8) while text in English will be static and dynamic.…
Chintan Adhia
  • 91
  • 3
  • 10
0
votes
1 answer

Using UTF and Hindi in CakePHP and MySQL

I've create a form that contains Hindi (UTF-8) data which i want to store in MySQL table. The columns corresponding to UTF data has collation value set to utf_general_ci. I've successfully stored the data in table but when I'm executing a…
Ashutosh
  • 4,371
  • 10
  • 59
  • 105
0
votes
0 answers

When Report Shown As Pdf from web application Hindi (Indian lang) text not displayed

I am trying to show JasperReports report from web application which content some marathi (indian regional language) text. When I run preview in iReport it looks perfect but when I try it from web application to view report as in pdf format then text…
Nilesh12
  • 99
  • 1
  • 2
  • 15
0
votes
3 answers

Android hindi font support for TextView and WebView

I am creating an application with Hindi language. I do not set hindi font(By using the TextView.setTypeface() method) in TextView as well as WebViewbut its working fine. I have only two devices to test my application. So my questions are: Is it…
user1041858
  • 947
  • 2
  • 15
  • 32