arabic Questions

4

Solved

I've been researching about adding Arabic localisation into our software. I understand that mirroring of some controls is essential, such as the relationship of labels and textboxes: any labe...
Latoyialatreece asked 23/6, 2009 at 1:33

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

3

I download this lib: python-bidi here, run it with: python setup.py test in my cmd, I have python 2.7 but i get this error: Traceback (most recent call last): File "C:\Users\CLIENT\Desktop\I...
Telegu asked 30/5, 2016 at 16:13

1

Solved

I am trying to update my PHP project from PHP 7.4 to 8.2. I have an issue with formatting date using IntlDateFormatter class for ar_AE locale under PHP 8.2 Alpine 3.19 version. On my previous setup...
Cur asked 19/2, 2024 at 15:13

3

Solved

I have a multilingual ASP.NET site; one of the languages is Arabic (ar-SA). To switch between cultures, I use this code: Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(Na...
Zamir asked 11/12, 2008 at 16:32

5

Solved

I am able to successfully open a URL and save the resultant page as a .html file. However, I am unable to determine how to download and save a .mhtml (Web Page, Single File). My code is: import ...
Sethsethi asked 22/2, 2020 at 12:8

14

I have an HTML page that is right-to-left. When I don't use any doctype, my numbers are in Arabic/Persian, but when I use strict mode they turn to English. <!DOCTYPE html PUBLIC "-//W3C//DTD HT...
Transitory asked 12/4, 2011 at 13:27

7

Solved

I am running the following code on IDLE(Python) and I want to enter Arabic string and get the stemming for it but actually it doesn't work >>> from nltk.stem.isri import ISRIStemmer >&g...
Demarcate asked 1/2, 2014 at 0:17

3

Solved

I want to filter my text by removing Arabic diacritics using Python. For example: Context Text Before filtering اللَّهمَّ اغْفِرْ لنَا ولوالدِينَا After filtering اللهم اغفر لنا ولوالدينا ...
Ackerley asked 7/4, 2021 at 14:25

17

Solved

How can I convert Persian/Arabic numbers to English numbers with a simple function? arabicNumbers = ["١", "٢", "٣", "٤", "٥", "٦", "٧", "٨", "٩", "٠"] persianNumbers = ["۱", "۲", "۳", "۴", "۵", "۶...
Chromatograph asked 15/7, 2015 at 19:40

8

I'm working on android application and I'm trying to write arabic number inside arabic end of ayah symbol (۝) into textview. I've tried to write the end of ayah symbol then the arabic number ...
Meath asked 27/1, 2016 at 16:32

2

Solved

I'm learning Arabic and I'd like to use Vim for taking notes. I tried a few different setups on Windows 10 and so far the closest to a good setup seems to be vim in MSYS2. MSYS2 renders Arabic text...
Cayman asked 26/2, 2021 at 6:42

3

I use python cv2(window10, python3.6) to write text in the image, when the text is English it works, but when I use Arabic text it writes messy code in the image. Below is my code: import cv2 im...
Succursal asked 24/1, 2020 at 12:19

9

Solved

I get the following error from the GPS: Fatal Exception: java.lang.NumberFormatException Invalid double: "-٣٣٫٩٣٨٧٤" Now, this is from an error that I got from a user via Fabric. It look...
Pumping asked 8/9, 2016 at 8:10

8

how to remove dynamically Arabic diacritic I'm designing an ebook "chm" and have multi html pages contain Arabic text but some time the search engine want highlight some of Arabic words because ...
Pleuropneumonia asked 7/3, 2011 at 19:30

5

Solved

I found this regular expression for Arabic letters but it is also allowing numbers with letters. How can I change it to let it allow letters only ? /[\u0600-\u06FF]/
Purify asked 20/9, 2012 at 18:28

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

I have trouble making a diacritic insensitive search with arabic text. I have tested multiple setups for the table in question: encodings in utf8 and utf16 as well as collations in utf8_general_ci...
Kennard asked 4/3, 2015 at 19:41

12

Solved

Here's my code: setlocale( LC_ALL,'ar' ); echo strftime( '%e %b, %Y', strtotime( '2011-10-25' )); Output: 25 Sep, 2011 Why is it not displaying the arabic date? Am I using strftime incorrect...
Lucullus asked 17/11, 2011 at 12:13

2

Solved

When I am using arabic-reshaper and python-bidi I faced a bad result that the lines start presenting from the last one.
Panta asked 23/5, 2021 at 15:18

3

Solved

I'm using a DatePicker and a TimePicker in a custom Dialog. The functionality works fine, but I have a problem when I change the default Locale of the app to match the Arabic language. The problem...

3

I tried this but it doesn't work from nltk.corpus import stopwords stopwords_list = stopwords.words('arabic') print(stopwords_list) Update [January 2018]: The nltk data repository has included ...
Accumbent asked 6/3, 2017 at 11:58

2

public class Globals { // TODO IMPORTANT CONFIG CHANGES // ** IMPORTANT CONFIGURATION private static String serverRealUrl = "http://www.myserver.com/api"; //Real Server configuration private st...
Gisser asked 24/12, 2018 at 5:2

3

Solved

I believe it was possible to show Arabic characters on a console application 13+ years ago, since the days of Windows ME. Now i am using Visual Studio 2013, On a Windows 8, and the following code ...
Burkle asked 13/2, 2014 at 10:40

5

I want the date to be formatted in the following format: date: 2016-12-04 into الأحد، 4 ديسمبر، 2016 But I'm getting the following. The numbers are converted to Arabic numerals. I want the da...
Fossil asked 29/11, 2016 at 6:31

© 2022 - 2025 — McMap. All rights reserved.