The Urdu tag is for issues relating to displaying user interfaces in the Urdu language.
Questions tagged [urdu]
95 questions
0
votes
0 answers
How to write urdu text in PDF using iText 7?
I am creating a PDF report with custom font "Jameel Noori Nastaleeq.ttf".
The pdf is showing Urdu alphabets instead of Urdu words like if I type "تنویر" the pdf report shows it as alphates "ر ى و ن ت".
Please guide me how to set RTL setting in iText…

Tanveer Hamid
- 1
- 1
0
votes
0 answers
How to write urdu langage font in Github README.md file
I'm not able to write urdu language in Github README.md file. if I am pasting urdu copied content into README.md file then content is overlaping
I have copied content in urdu https://www.write-urdu.com/urdu-editor.html editor & pasted back to…

Ibrahim Sayyad
- 1
- 2
0
votes
1 answer
i want to recognize arabic font from an image can anyone help me plese image is below
i want to know which font is used in the image above.i tried using online services but non of them worked. and i also tried all fonts which are available in "in page" but none of them worked ether.or if you know the way to find the font family of…

Mohammad Usman Bhat
- 19
- 4
0
votes
0 answers
How to reflect custom font for Urdu (or other RTL language) in document with SCSS and Markdown?
I'm trying to add Urdu (right-to-left) content to my site, built using Zola (static site generator). Zola only reads/publishes .md files, so can't just publish html files directly, and so am trying to modify the markdown file to use the right font.…

MK200
- 1
- 1
0
votes
0 answers
how to display Urdu or Arabic script in ggplot
I am trying to visualize a network of words in Urdu but failed to display Urdu words as node_text properly.
title_word_pairs %>%
filter(n >= 100) %>%
graph_from_data_frame() %>%
ggraph(layout = "fr") +
geom_edge_link(aes(edge_alpha = n,…

michaelhuang
- 1
- 1
0
votes
1 answer
Finding substring without exact match inside full String (non English)
I want to find a substring like (میں چند ممالک ایک ایسے گیا) from a paragraph
but the paragraph line is not exactly same to the substring line so if more than two words are match from the line of the paragraph give that line as match…

M NOUMAN
- 13
- 3
0
votes
1 answer
How can I access a language code for Urdu?
I am retraining a POS tag model of STANZA library. After updating the CONLLU files (dev,test, train), when I try to prepare the script by
python3 -m stanza.utils.datasets.prepare_pos_treebank UD_URDU-UDTB
It gives the following error
raise…
0
votes
1 answer
i am building a program for Urdu language analysis so how can I make my program to accept text file in Urdu language in c++
I am building a language analysis program I have a program which counts the words in text and give the ratio of every word in text as a output, but this program can not work on file containing Urdu text. how can I make it work
0
votes
1 answer
Function Applied on Data Frame gives "no results" error
I have a word dictionary stored in word_dict and I am trying to convert text to sequences manually using the function described below. But it is keep on throwing No Value Error.
I have also checked the function by applying only one record of the…

Kbstar
- 15
- 8
0
votes
1 answer
How can I write "Urdu language words" in java Netbeans
I'm trying to make a tailor software for a tailor shop and I have almost done everything, but they want all the words and characters to be in Native Urdu Language, I have tried copying Urdu words from other softwares to Netbeans but it's not…

UTB TiGeR.21
- 21
- 1
0
votes
2 answers
Finding Substrings in Non-English Strings [Urdu Strings]
I wish to find substrings in strings that are in Urdu language. For example, suppose that I have a following string and substrings in the Urdu language:
fullstring = "آزاد دائرۃ المعارف، ویکیپیڈیا"
substring1 = "افریقی نژاد امریکی شہری حقوق کی…

user.1234
- 15
- 6
0
votes
0 answers
Urdu text not showing properly when using TCPDF
I´m trying to generate a PDF file that contains Urdu text. I have tried several fonts like: Jameel Noori Nastaleeq, Alvi Nastaleeq, Arial Unicode, etc. But some characters do not show properly. When I copy the text from the PDF and paste it to…

Claudia Sanchez
- 1
- 1
0
votes
0 answers
Write Latin and non-Latin language without changing order(eg; always write from left side)
Like if I have a string in English + Urdu language
name = "جیمز is my name"
print(name)
The Output I'll get is: is my name جیمز
How Can I change this to: جیمز is my name

Ahmad Mahmood
- 35
- 6
0
votes
0 answers
How can a Urdu date printer in twig using Drupal 8
I am working on printing date in more than one language in the English language. No problem but I have a problem of course, Date in Urdu,
In Drupal 7 I used PHP this way

Mr.TAREQ
- 1
- 1
0
votes
1 answer
Arabic Script Language Not Displaying In Firefox
Here is the code I have written:
دی گئی مساوات کو…

Youstay Igo
- 321
- 2
- 11