arabic Questions
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
1
I have been searching the web and asking people about this subject but I really did not get a satisfying answer, let me explain my issue here with python.
let's say I have this string:
a = 'حصل طال...
Auriga asked 4/8, 2020 at 9:6
1
Solved
When I type a ا letter in the Arabic language it is surrounded with a colored border box in vscode.
Any solution for this problem?
Despotism asked 13/12, 2021 at 14:54
2
Solved
Is it possible to change the first day of week on JavaFX's DatePicker when applying Arabic locale? I need to change it from Saturday to Sunday.
Dagon asked 20/3, 2015 at 14:4
2
Solved
I wanted to parse string datetime & timezone with Arabic-Hindu digits, so I wrote a code like this:
String dateTime = "٢٠٢١-١١-٠٨T٠٢:٢١:٠٨+٠٢:٠٠";
char zeroDigit = '٠';
Locale loca...
6
Solved
EDIT
I'm porting my app to Arabic locale. I have some getString() with parameters like:
getString(R.string.distance, distance)
where <string name="distance">%1d km</string>
The req...
3
Solved
How can I insert Arabic characters into a SQL Server database? I tried to insert Arabic data into a table and the Arabic characters in the insert script were inserted as '??????' in the table.
I tr...
Maidenhead asked 21/5, 2010 at 11:42
9
Solved
For my website, i need to provide arabic support. Part of it is to provide input textboxes where when user types in, the new characters have to be appended to the left and the text has to be right ...
Invite asked 23/9, 2011 at 5:57
5
Solved
I'm using ASCII function for getting equivalent ASCII code of two characters, but I'm surprised when seeing there is no difference between 'ي' and 'ی', can anyone help me?
SELECT ASCII('ي'), ASCII...
Bacon asked 10/3, 2016 at 11:5
8
Solved
I have this C# code for example
DateTime.Now.ToString("MMMM dd, yyyy");
Now the current thread is loading the Arabic culture. So the result is like this
???? 19, 2010
But i don't want the '20...
Mahan asked 19/2, 2010 at 17:4
1
I am trying to plot an histogram of most frequent words written in arabic, but I can't figure out a way to do that. All I can get is the sliced characters but not the compiled word.
Here is an exa...
Ewall asked 24/5, 2019 at 12:36
5
I would like to display 25%* in arabic, which should look like this: *%25
I have tried to display this using direction:rtf, however, it only seems to display it correctly when you append some arab...
Bare asked 22/6, 2017 at 16:32
3
Solved
I'm trying to store an Arabic text to the table, I searched a lot but I didn't find a solution that worked for me, so this is what I got:
$en = "OK";
$ar = "حسناً";
$link->query("INSERT INTO wo...
8
Solved
I have changed the charset of the tables and of the column, i get the arabic text as ???? marks in MYSQL database
here is the design of the table
CREATE DATABASE mydb
DEFAULT CHARACTER SET utf8...
Scifi asked 28/7, 2011 at 12:32
3
I have the following tiny nodejs script which just console logs an arabic verb:
var verb = "كتب";
console.log(verb);
However, the console log gives me: output: بتك
- which is the verb, but inve...
Webbed asked 13/11, 2017 at 15:16
6
Solved
I have Arabic text in database with diacritics. when i type Arabic for searching some string, it is without diacritics which definitely do not match with database string. it is working fine on text...
Manchu asked 24/12, 2013 at 8:54
2
When I am trying to use brackets in Arabic language, they are getting reversed as shown in the attached .I have tried using textDirection RTL and BidiFormatter, but none of them works.
The correct ...
6
I'm trying to make EditText with a hint text:
In English "password" .. the cursor is correctly set to the left.
But for Arabic for which the hint is "كلمه المرور" the cursor is always set to the le...
Pulpwood asked 26/5, 2015 at 10:42
4
Solved
while developing one of my sites, i noticed that if I enter arabic numbers (١٢٣), they are not interpreted as real number values. Then, I tested a few other sites only to find that they also don't ...
2
Solved
I read this article: JDK 8 and JRE 8 Supported Locales, it stated that:
Numbering systems can be specified by a language tag with a numbering system ID
╔═════════════════════╦════════════════...
8
Solved
i have a website in which i have to put some lines in Arabic.... how to do it...
where to get the Arabic text characters... how to make the page support Arabic...
i have to put a line per page an...
Ophthalmitis asked 30/8, 2010 at 15:21
1
Solved
I want to add an outline to text that works well in Arabic. One possible solution is to use text-stroke:
body {
background-color: pink;
}
h1 {
color: white;
text-align: center;
-webkit-tex...
4
Solved
I have this code
frame.sigdate.setText(new SimpleDateFormat("yyyy/M/d").format(new Date()));
which reads the date from my PC with English numbers. What I want to do is convert the date to Arabi...
4
In C++, I have a text file that contains Arabic text like:
شكلك بتعرف تقرأ عربي يا ابن الذين
and I want to parse each line of this file into a string and use string functions on it (like substr, ...
4
Solved
The screen is in the Arabic language and it's semantic is set right to left. The whole screen consists of a table view with customs cells. I need to change the semantics of one of the cells in the ...
© 2022 - 2025 — McMap. All rights reserved.