2,311 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
46
views
iOS + RTL (Arabic) causes app layout shrinking when using react-native-prevent-screenshot-ios-android — layout reduces on each navigation
I’m using React Native and the package
react-native-prevent-screenshot-ios-android
to block screenshots in my app.
It works fine in LTR languages (English, etc.), but when the device language is ...
0
votes
0
answers
107
views
How to fix IndoPak Arabic font overlapping (Kasra below letters) in React Native Quran app?
I am building a Quran app in React Native and using an IndoPak Nastaleeq font (ttf) to render Arabic text.
The problem is that some diacritics (especially Kasra ِ U+0650) are overlapping with letters ...
0
votes
2
answers
119
views
Bootstrap DataTables Arabic Search Not Working (English Search Works Fine) [closed]
I'm currently using Bootstrap DataTables on the front end with JavaScript and AJAX to fetch data from a Spring Boot backend.
The table loads correctly and searching in English works as expected. ...
2
votes
0
answers
153
views
Read Arabic text in Python with easyOCR
I have a problem reading the text in Arabic. I did some processing and contrast, but the text is not fully readable.
!pip install easyocr
!pip install --upgrade easyocr opencv-python
import easyocr
...
0
votes
1
answer
92
views
Making docusaurus RTL
I'm having trouble making docusaurus RTL. I used a solution that changed the CSS by the following:
html {
direction: rtl;
font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif;
}
/* Optionally, ...
0
votes
1
answer
108
views
How to universally set dir=auto in about everywhere in any browser?
Please and before anything this is not only about YouTube. But YouTube is just an example. I am having an issue with YouTube comments that they are NOT displayed with HTML attribute dir=auto. So I am ...
0
votes
0
answers
72
views
How can I display Quranic text (word-by-word) with accurate formatting in Flutter?
I'm building a Quran app using Flutter, and I'm using word-by-word data taken from the Tarteel project.
The problem is that I can't get the words to align correctly or resemble the structure of a real ...
1
vote
2
answers
70
views
How to write numbers at the beginning of Arabic text
I have a set of string literals describing weather types in English:
weather_type = "01 Partly Cloudy"
weather_type = "02 Cloudy"
weather_type = "03 Dust"
I have also ...
0
votes
0
answers
155
views
How to Properly Render Arabic Text in SkiaSharp Using HarfBuzz?
I am trying to generate an image of Arabic text using SkiaSharp and HarfBuzz in .NET MAUI. However, the output is incorrect—the Arabic characters overlap and are not properly shaped (see attached ...
1
vote
1
answer
107
views
VBA in Microsoft Word Not Replacing Arabic Words — Works with English Only
I’m experiencing a persistent issue with VBA in Microsoft Word. My macros work perfectly when handling English text, but they fail to detect or replace Arabic words — even though those same words are ...
0
votes
1
answer
165
views
Arabic Headers in jsPDF AutoTable Appear as Garbled or Corrupt Text
I am using jsPDF with jspdf-autotable to generate a Right-to-Left (RTL) PDF report in Arabic.
Everything works perfectly, but the headers appear as garbled/corrupt text instead of proper Arabic ...
1
vote
0
answers
76
views
Issue with Arabic vocalizations in STT Package in Flutter
I am using the stt package in flutter for speech-to-text conversion, and I've encountered an issue with the Arabic language output.
The responses I receive are devoid of vocalizations (harakat). For ...
0
votes
0
answers
61
views
Safari cuts off Arabic letters in spans
When there is a text, for example:
<h1>م<span>ر</span>حباً</h1>
On a non-Safari browser the word appears in full:
"مرحباً"
But in Safari:
"م ر حباً"
No ...
2
votes
0
answers
84
views
Rendering a custom Arabic font in my Flutter
I’m encountering an issue with rendering a custom Arabic font in my Flutter application. The text appears with separated letters rather than correctly joined script, which is essential for proper ...
1
vote
0
answers
108
views
Arabic/Urdu words not rendering properly while generating pdf in Flutter App
final arFont = await PdfGoogleFonts.tajawalRegular();
final urduFont = await PdfGoogleFonts.amiriRegular();
i have used these fonts for urdu and arabic and also set letterSpacin to 0 butt still on ...