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

Hindi fonts not rendered correctly in reportlab generated PDF

I am using a simple Python file for generating PDF. The Python output is correct, but the PDF output has that issue: This is not the correct format of these Hindi words. This is the original text: अतिदेय राशि के पुनर्भुगतान हेतु अनुस्मारक fileName…
1
vote
2 answers

Python 3 : Converting UTF-8 unicode Hindi Literal to Unicode

I have a string of UTF-8 literals '\xe0\xa4\xb9\xe0\xa5\x80 \xe0\xa4\xac\xe0\xa5\x8b\xe0\xa4\xb2' which covnverts to ही बोल in Hindi. I am unable convert string a to bytes a = '\xe0\xa4\xb9\xe0\xa5\x80…
Mohit Kumar
  • 500
  • 6
  • 24
1
vote
1 answer

my hindi text has encoded in unknown formats how to revers it from java

I have sent Hindi text from rest api and save this in the database in an unknown format so how to revert it back to Hindi text in java. My encoded text is :- $G 8, G 8>% (GM 9K 09> 9K 2G?( for more information please see the image show Hindi text…
1
vote
1 answer

Chanakya font - few characters are not rendering

I have a MS Word doc which uses Chanakya font, after installing Chanakya font, instead of half ka क् example क्या, I am getting €(EURO) symbol. Below are few sample screenshots: Chanakya font version can be viewed in the screenshot…
Chetan Sachdev
  • 738
  • 1
  • 12
  • 31
1
vote
1 answer

Python: writing hindi characters to csv

I am trying to write hindi to a csv in Python, eg: import csv posts = open('test.csv', mode='w', errors='ignore') post_writer_hindi = csv.writer(posts, delimiter=',', quotechar='\"',…
ZhouW
  • 1,187
  • 3
  • 16
  • 39
1
vote
0 answers

How to generate code-mixed Hindi-English tweets using tweepy?

I want extract tweets using tweepy which are in Romanagiri script or Hinglish Script. For example "#BMCelection vyapariyo se ek appeal #notebandi ka jawab abhi nahi to kabhi nahi. Vote for congress vote for progress @sanjaynirupam ". How can I…
1
vote
1 answer

Nodejs Express App shows weird characters for hindi, querying over Sqlite database

The API is made using Nodejs Express. This Hindi API is live, showing weird character for Hindi language. It's English version displays English results perfectly. Below is the code for Hindi API: app.get("/api/find/hindi/:find",function(request,…
Muhammad Naufil
  • 2,420
  • 2
  • 17
  • 48
1
vote
1 answer

Firebase Function malfunctioning with Hindi characters

Firebase function is calling this Hindi API for dialogflow action. The firebase function is sending Error in API call, however it works perfectly when tested with english API, but that time my query text was also in English. The expected output is,…
Muhammad Naufil
  • 2,420
  • 2
  • 17
  • 48
1
vote
2 answers

How to change 30-जनवरी-2019 to 2019-01-30 in php

My code is something like this and we are facing problem when we use date in hindi and while saving to database it also throwing error and its not readable in php. We have changed it by Locale php standard function $array = [$date1, $date2,…
Newton Singh
  • 332
  • 3
  • 9
1
vote
1 answer

Android: How can I make this "समोसा" appear as Hindi characters in my app?

I have these codes that are from a database. They represent Devangari (Hindi) script: समोसा I have a Hindi font installed on my phone. How I get these codes to display as Hindi script in my Android app?
mellowg
  • 1,786
  • 3
  • 15
  • 19
1
vote
3 answers

Android: MediaPlayer can't load URL with Hindi characters

An exception is thrown when I run this code. If you replace the Hindi characters in the URL with "Hello" it plays the file just fine. When I load this URL (with the Hindi characters) in a browser it plays just fine. What's going on? Here's my…
mellowg
  • 1,786
  • 3
  • 15
  • 19
1
vote
1 answer

Non English term document matrix

I have the following dataframe made of English and Hindi texts I want to read the hindi texts in R Click Percentage Email_Subject 18.12807882 तेजस्वी गैलेक्सी ए 7 (2016) बस 1856 रुपए प्रति माह से शुरू खरीदें 11.91957875 तेजस्वी…
Raghavan vmvs
  • 1,213
  • 1
  • 10
  • 29
1
vote
0 answers

Undesired line breaks in html formatted hindi text

I am meeting undesired line breaks when I put Hindi text in html tags. Since I deem this a rather common problem in India, I only wonder why I am not finding something about this issue online nor in the bug data base. Here's my demo code: import…
Jörg
  • 499
  • 1
  • 5
  • 10
1
vote
2 answers

Hindi text issue in visual studio

i was using Hindi fonts in visual studio , it was showing in Hindi fonts, but after few days i don't know why it started showing Hindi text with square boxes , help me please!
Gulshan Sonwar
  • 53
  • 1
  • 1
  • 5
1
vote
0 answers

Hindi unicode text incorrect on Android 4.1

I have a piece of Hindi text: हाइड्रोजन परआॅक्साइड 3% (Image of the text in case the quote is rendered incorrectly) On Android API 16 a character is wrong and a dotted circle is shown instead. This is regardless of the font used. On Android API…
LucasJ
  • 11
  • 4