python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Cairo Arabic font issue in Aspose.pdf
I am using Aspose.pdf for vb.net to convert my data to .pdf file.
File contains Arabic Characters and is using Cairo font.
The generated pdf file not display any Arabic words!
How can I solve this iss...
Nour Abu Saloom
Votes: 0
Answers: 0
How to detect word boundary in regex for Arabic words - Python
I am trying to remove any word that might contain non-Arabic characters. So, words like ذهb or word should be removed.
I have managed to remove the non-Arabic characters using the below regex:
re.sub...
M.A.G
Votes: 0
Answers: 2
Cannot query nvarchar values
I have one table in sql db where I store nvarchar values
CREATE TABLE [dbo].[Buns]
(
[ID] INT NOT NULL PRIMARY KEY IDENTITY,
[ARABIC] NVARCHAR(MAX) NULL,
[EN...
TT_MM
Votes: 0
Answers: 1
Unable to read the value of input text in arabic language in the same way I typed in Javascript
I am trying to read the value of an input text field entered in the Arabic language using javascript.
But as you can see in the screenshot it's not fetching the text in the same way I typed.
The numb...

Siva
Votes: 0
Answers: 1