Skip to main content

Questions tagged [arabic]

The Arabic tag is for issues relating to displaying user interfaces and managing data in Arabic written language.

-1 votes
0 answers
9 views

How do i write a small high meem in its isolated form? [closed]

I have a mac and im trying to write an small isolated meet ۢ in its high form, you can see the character represented here. Usually this is found above other characters as shown in the example below: ...
Faesel Saeed's user avatar
-1 votes
0 answers
40 views

RTL mark - some specific questions [closed]

I am processing some Hebrew text in python and I have not dealt with the RTL mark before. There I have two potentially very simple questions: I understand from reading about it on wikipedia the use ...
user132290's user avatar
1 vote
1 answer
33 views

how to reverse arabic text on java android studio?

this is the real text "السلام عليكم". how can I make the output like this " ﻢﻜﻴﻠﻋ ﻡﻼﺴﻟﺍ"? I tried used this code but the result not like what I want. StringBuffer buffer = new ...
Khaled AL-Shaibani's user avatar
0 votes
1 answer
92 views

Itext Html to PDF Arabic text broken

When i am converting html to pdf in C# the arabic text is broken and also seems to be reversed. I have tried direction rtl, adding arabic fonts. .arabic { direction: rtl; unicode-bidi: ...
fahad shaikh's user avatar
0 votes
1 answer
53 views

Read Arabic pdf book using python

I am working on reading an Arabic book using python (the pdf is selectable it does not require any OCR (optical character recognition to extract text from images)) so I have used multiple libraries ...
Hello's user avatar
  • 1
0 votes
0 answers
12 views

chromium and electron's app font bug for arabic and persian

I have an issue with Chrome and Chromium-based browsers when typing in Arabic and Persian. You can see the issue in the screenshot shown here. I've also tried Firefox, but unfortunately, the problem ...
Abolfazl Garmanjani's user avatar
0 votes
0 answers
32 views

The last letter in the TextView is cut off

I have a TextView containing Arabic letters, the text is long. At the end of each line, the text gets cut off. How to overcome this? This is my XML <LinearLayout android:id=&...
Muspedia indonesia's user avatar
0 votes
0 answers
21 views

How does standard text search work across languages, with respect to problems like vowels in Hebrew?

In Hebrew, the vowels (nikkud) are optional and, when included, are written around the main text. For example, the name Miriam is מרים without vowels or מִרְיָם with vowels (note the little dots and ...
The Beruriah Incident's user avatar
0 votes
1 answer
34 views

How do I reverse back corrupted text to Arabic

The text file was written in Arabic originally, then when I moved the file to an external SSD, then to another device it turned gibberish.(like this): ---áÇÊÊÓÑÚ ÈÇí ÔÆ ---ÇáÎÑæÌ ãä ÇáãÔÇßá ÈÐßÇÁ ---...
stack programming's user avatar
0 votes
1 answer
109 views

what should i do to cout arabic letters in c++ [duplicate]

I don't know what's wrong with the code: #include <iostream> using namespace std; int main() { cout << "\u062E" << endl; cout << "خ" << endl;...
khalidaman955's user avatar
1 vote
0 answers
38 views

TextView - Arabic text is truncated

I have a text display filled with Arabic. The text contains long sentences. Every line that has the longest sentence, the text is truncated. How to solve it? <LinearLayout android:gravity="...
Muspedia indonesia's user avatar
-2 votes
3 answers
114 views

How can we use Python to extract Arabic words from a string of text? [duplicate]

Suppose that we have a string of text that contains a mixture of English words and Arabic words. Our goal is to extract the Arabic words and omit or delete all English words. Input: The initial Baa’ “...
Toothpick Anemone's user avatar
1 vote
0 answers
28 views

Angular file-saver package replace special characters with underscore

I am creating in back end string connected with Latin and Arabic characters. I would like to create this string in Left To Right order: Console.OutputEncoding = System.Text.Encoding.UTF8; var fileName ...
Silny ToJa's user avatar
  • 2,179
3 votes
2 answers
366 views

Change every word that contains Arabic letters To Reversed

Since Arabic text is automatically reversed in PowerShell, I had to reverse-flip it to make it readable. For example, the text 'مرحبا' , will look 'ابحرم' I can change them one by one, but I have ...
Oprex Droid's user avatar
1 vote
0 answers
42 views

Arabic text is only recognized as the exact original text in Interactive mode [duplicate]

$Text = 'مرحبا يا عالم' $TextR = -Join ($Text.ToCharArray() | Sort {(--$script:i)}) $Text; $TextR; sleep 5 I have a little problem. Arabic text is not recognized as the exact original text in Non-...
Oprex Droid's user avatar

15 30 50 per page
1
2 3 4 5
155