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
votes
1 answer

Generate pdf in android with hindi or custom fonts

Do we have some clear guide on how to generate pdf in android which includes tabular data too, with custom fonts like devnagri etc? I have tried itext pdf but text other than English shows blank. Any free or paid library will be helpful.
Bharat Kumar
  • 806
  • 14
  • 22
-1
votes
2 answers

How can I get devnagri substring from a string containing a range of characters in python

Here is my sample string : string = 'this is a string 3.158 बात करना है' I want a function that takes this string as argument and returns: 'बात करना है'
-1
votes
1 answer

how to upload hindi data using csv file in mysql

CSV file data database structure mysql error data stored I tried multiple times uploading the data in MySQL database. but still getting the same error and I found multiple solutions for this but I am still getting this issue invalid column count in…
-1
votes
1 answer

Hindi content is distorted when copied from PDF file

Whenever I am trying to copy Hindi content from any resource, the characters are distorted. I tried to copy to the browser, MS Word, text files etc. I am using Acrobat DC. For example, In the attached file, when I copy the content of page 3 (in…
Rohit Manglik
  • 347
  • 1
  • 3
  • 17
-1
votes
2 answers

Extract the same (rectangular) area from multiple pages of a PDF

I need to extract the same rectangular area (in the same position) on different pages in a PDF file with several hundred pages. I am running Linux, and have found a way to do this manually using Tesseract and the front-end gImageReader, and am…
badaboum
  • 31
  • 6
-1
votes
1 answer

How to Print character using its unicode value in Python?

I have a list which contains english alphabets, Hindi alphabets, Greek Symbols and digits as well. I want to remove all alphabets except that of Hindi. Hindi alphabets range in unicode is u'0900'-u'097F'. For details about Hindi alphabets visit…
Ishpreet
  • 5,230
  • 2
  • 19
  • 35
-1
votes
1 answer

how to check if the php variable containg hindi text

like $a = चौधरी; $a = abdul; How to check if a have hindi text or english ?
-1
votes
2 answers

Trying to save a page with Unicode Hindi

I am trying to save a page which has Unicode Hindi fonts on it. I have tried several from this site and from other, but nothing seems to work. The error that I am getting is related to wide characters. here is the code I am using: use CGI; use…
-1
votes
1 answer

Intersection of two Unicode Arrays in Python

Working of my program: 1)from a file test.txt i search lines containing the word " साधु ". 2)After the searching for the line, I extract words adjacent to its Right and Left. 3)After appending these words to an array, I try to find the Intersecting…
user5272846
-1
votes
1 answer

Localization with ASP.NET

Just say I am to make a news portal in a local language for example in language Hindi. How do I prepare the content to be displayed on the website? I guess I have the following ways: 1) Type the data using a Hindi keyboard. 2) Add a new language in…
Sarin Gopalan
  • 23
  • 1
  • 8
-1
votes
1 answer

Paste hindi text from pdf to HTML/XML

I've a text as Bharat written in hindi in PDF. I am creating a web page where in i need to display this as it is in my webpage. when trying to copy the content and paste it is getting rendered as some garbled text. I've installed the corresponding…
user3872094
  • 3,269
  • 8
  • 33
  • 71
-1
votes
1 answer

Unknown fonts in mysql database

How to reproduce unknown fonts to correct hindi font in mysql database? i have database contains hindi field and now the fonts are not showing correctly it shows **à ¤­à ¤¾à ¤°à ¤¤à ¥€à ¤¯** how to convert this font? thanks
Tech
  • 101
  • 1
  • 3
-1
votes
1 answer

Insert another language in python input field

I am using Blender Game Engine. I have made input field using BGUI. I should be able to input Hindi rather than English in that field. I am looking for something like SCIM. But I couldn't find a way to do that. Please help.
user567879
  • 5,139
  • 20
  • 71
  • 105
-1
votes
1 answer

How to implement Jquery Text Editor with Hindi Language?

I have to put Text Editor with Hindi Language typing in my Project. I have used following text editor in my project:- "http://premiumsoftware.net/cleditor" But the problem is that i am not able to enable Hindi Language writing in that text…
Stark
  • 441
  • 9
  • 29
-1
votes
1 answer

Android apps in hindi or marathi font

I want to develop an application in hindi/marathi font for android device? how to do that? Do I need to download devnagiri font?
Deeps
  • 11
  • 1
1 2 3
18
19