Click here to Skip to main content
15,896,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am not able to insert any Arabic numbers although I am capable of inserting Arabic characters.

What I have tried:

I tried to change English numbers into Arabic ones in my java application and it refused to be saved then tried to copy Arabic numbers from a notepad then pasted it in my database phpMyAdmin but the numbers remained in English
Posted
Updated 8-Jul-20 2:46am
Comments
Richard MacCutchan 8-Jul-20 8:36am    
Arabic numbers are just the same as Arabic characters. You need to edit your question and provide more details.

1 solution

Quote:
I am not able to insert any Arabic numbers although I am capable of inserting Arabic characters.

Either you handle them as strings, just like Arabic letters, either you convert them to 'computer numbers' to handle them as numbers.
If you handle them as numbers, you will have to convert them back to Arabic numbers before display them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900