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

ffmpeg drawtext support for Hindi fonts

We are trying to use ffmpeg drawtext to support hindi fonts. But the ordering of the data is not correct. The unicode for Hindi text is passed like this 1. पिता माता िस्रफ But output renders as Output of code Have used the following code for…
0
votes
0 answers

can,t able to save hindi unicode character into mongodb for multiple fields

can,t able to save hindi unicode character into mongodb for multiple fields const WordsSchema = mongoose.Schema({ word1:{ type: String, required: true, language_override:"Hindi" }, word2:{ type: String, required:…
0
votes
1 answer

Angular2 DatePipe is not formatting according to browser language

I am using angular2 default DatePipe to format date according to browser locale/language. In my case it always format date according to english language. app.module.ts { provide: LOCALE_ID, useValue: "hi" } In my custom pipe i created…
Nitin Jain
  • 123
  • 7
0
votes
0 answers

English font working but non-English (Hindi) font not displaying in webview

An English font is working in HTML in webview, but the non-English font (Hindi) is not displaying in HTML in webview. Here is my source code. AndroidManifest.xml
Samuel
  • 1
  • 3
0
votes
0 answers

Hindi font is not showing in 32 bit machine. (windows 7) what could be the possible reason?

Application made in java and we r using apache-tomcat-7.0.81-windows-x86 , postgresql-9.5.3-1-windows, jre 7 all for 32 bit machine. the application is running successfully on the machine but hindi font is coming as question mark(?). unicode tag…
0
votes
0 answers

Getting ? when using hi_IN locale in an application developed using Thymeleaf and Spring

I am creating a web application using Thymeleaf with Spring. For that, I am following following document: http://www.thymeleaf.org/doc/articles/thvsjsp.html In this document, following code is being…
0
votes
2 answers

How to render Hindi Text in Libgdx?

How to render Hindi text in libgdx using mangal.ttf or any other font. Square boxes are coming when try to print hindi text.
arv
  • 250
  • 3
  • 15
0
votes
2 answers

How to make a Multi language website having english as well as hindi in php

I am trying to make a website with both English and Hindi in option just like the website digit.in . How can I make this happen? The website is dynamic.please help me .Since i had already created english version of my website.Now I had to work on…
0
votes
1 answer

Gradle build won't process Hindi unicode characters

I have added some Hindi characters in Unicode to a Java program. Eclipse has no trouble with it, and can run this code, but Gradle keeps crashing - apparently this is due to javac making assumptions about character sets. I believe I could handle…
Paul Morrison
  • 1,694
  • 3
  • 20
  • 35
0
votes
0 answers

How to set UTF-8 encoding in solr-php client to store hindi content in solr

Can Any one help out to set UTF-8 encoding in solr-php client.The out put in solr After adding document is As below- "info_type": "news", "title": "???????? ??????? ?? ?????? ????? ???? ?? 106 ???? ?? ???? ??? ????" The above Question marks…
vijaybir singh
  • 151
  • 1
  • 1
  • 13
0
votes
0 answers

I want to upload file containing Hindi language words and English words to phpMyadmin but getting errors

I want to upload file containing Hindi language words and English words to phpMyadmin but getting errors. All columns are importing into one row and ???? marks are appearing instead of Hindi text. Please help me. I have tried everything. The data…
0
votes
3 answers

Weird characters while displaying hindi text in android

I want to display some text in hindi that I am getting from server. While showing the text some weird characters are displayed (à¤à¥à¤¸à¥à¤à¤¿à¤à¤). But in iOS its showing perfectly I think its some encoding issue
Karthik K M
  • 619
  • 2
  • 9
  • 24
0
votes
2 answers

Send message in hindi language using mg91 api in node.js

I am using msg91 Node.js API to send SMS. It is working fine if the message's text is in English. Now I want to send SMS in Hindi. Problem is, if I don't encode the message, it returns Authentication error. Post encoding it says the message is…
0
votes
1 answer

Send parameters to a php file in different language

I am querying a php script using js with following func call: $.post("http://localhost/abc/create.php",{ name:data } ,function(data){ alert(data); }); Now this name parameter can be in any language, eg: english, hindi etc..…
mudit
  • 25,306
  • 32
  • 90
  • 132
0
votes
1 answer

How to print Hindi charactors in a pdf file using tc pdf

I am making html to pdf file using php tcpdf library. In my html file there are some words are in Hindi and some are in English. English word showing properly but Hindi showing some '??????'. Please help how to solve this issue.
Harendra Singh
  • 203
  • 4
  • 13