arabic-support Questions
9
Solved
I am using python to extract Arabic tweets from twitter and save it as a CSV file, but when I open the saved file in excel the Arabic language displays as symbols. However, inside python, notepad, ...
Bantam asked 15/2, 2020 at 13:13
1
I want to display a text with JavaFX. The message is Farsi or Arabic.
However, as described here, the representation shape of a Farsi or Arabic letter depends on its adjacent letters.
If I build a ...
Afterglow asked 14/2, 2023 at 18:14
4
Solved
I have simple regex which founds some word in text:
var patern = new RegExp("\bsomething\b", "gi");
This match word in text with spaces or punctuation around.
So it match:
I have something.
...
Ment asked 21/11, 2016 at 23:7
8
I am using Python 2.7 and i try to print Arabic strings like these
print "ذهب الطالب الى المدرسة"
it's give the following output:
ط°ظ‡ط¨ ط§ظ„ط·ط§ظ„ط¨ ط§ظ„ظ‰ ط§ظ„ظ…ط¯ط±ط³ط©
The purpose is to...
Aerostat asked 20/12, 2016 at 13:13
5
iOS application, we're to display news, coming from server.
UIlabel is used
Everything is perfect when he sentence is in a single language only with no regard to layout (we're switching layout RT...
Control asked 28/5, 2016 at 9:59
5
I have an EditText set to gravity Right, so that the text starts from the right if the language is Arabic.
Note: My application supports RTL, and I am not setting the TextDirection for my EditText...
Barrus asked 29/1, 2018 at 9:18
1
Solved
I was trying to follow a tutorial on CoreText and how to draw the text, and I implemented this function in my customView.
override func draw(_ rect: CGRect) {
guard let context = UIGraphicsGetCur...
Trier asked 14/12, 2020 at 17:20
2
Font "KFGQPC Uthmanic Script HAFS" three-digit numbers of the ayah divides between two u+06dd. Is there a solution to the problem?
Font UthmanicHafs1 Ver09 http://fonts.qurancomplex.gov.sa/?...
Relegate asked 14/1, 2018 at 22:18
1
Solved
I am trying to convert HTML5 file to docx using docx4j. The bigger picture is that the HTML contains Arabic data and English data. I have set styling on elements in my HTML. My HTML looks neat on c...
Rarotonga asked 17/2, 2020 at 12:37
3
Solved
Using Arabic number Integer.valueOf("۱") returns integer 1 but Float.valueOf("۱") or Float.parseFloat("۱") throws NumberFormatException while it won't throw any exceptions if you use English number...
Barracoon asked 3/2, 2020 at 18:20
1
Solved
This question may be asked previously but they have no answer. I try to create a pdf file using pdfkit library with Arabic language support. So, first I downloaded a prebuilt version of pdfkit (whi...
Timeous asked 15/3, 2019 at 20:38
2
xlabel and ylabel don't display Arabic
x = [2, 4, 6, 8, 10]
y = [6, 7, 8, 9, 10]
plt.bar(x, y, label='Bar1', color='red')
plt.xlabel("الفواصل")
plt.ylabel("الترتيبات")
plt.show()
Laminar asked 1/11, 2017 at 14:46
2
Solved
I have an ios Quran app project, i have tested several Arabic fonts for my Quran app text contents, but it has some difference (in Tajweed marks) other than the original Quran text with Tajwe...
Kelsi asked 30/6, 2015 at 10:32
1
Solved
I have python code. "کم" is a string, consisting of two alphabets ک and م .
but they are combined in arabic. i am giving this word to PIL library function. But it is saving image separately both al...
Paripinnate asked 17/8, 2016 at 15:30
1
Solved
It seems that combining left-to-right (LTR) and right-to-left (RTL) text using paste can produce unexpected results for the resulting order:
(x = paste(c('green', 'أحمر', 'أزرق'), collapse=' ')) # ...
Equanimous asked 14/7, 2017 at 15:38
5
I'm working on a web monitoring project in Arabic and I want to convert string date like this one:
الاثنين 24 أبريل 2017 - 15:00
to Java 8 date object. How can I do that?
Toe asked 26/4, 2017 at 14:53
1
I am new to Android. And I am implementing an application which will be in two languages English and Urdu. Basically there will be some text in arabic and its meaning will be in english or urdu bas...
Hurlyburly asked 25/8, 2016 at 11:58
1
© 2022 - 2025 — McMap. All rights reserved.