Hi I'm working on a site which is in arabic language. I need to know how to write arabic numerals in a input textbox.
I can write arabic characters. But when I type Arabic Numerals it always end up to This format: 1, 2 ,3... etc. instead of this (٠ - ١ - ٢ - ٣ - ٤ - ٥ - ٦ - ٧ - ٨ - ٩)
How can I write arabic numerals in a texbox.
I'm using the following headers.
<!DOCTYPE html>
<html dir="rtl" lang="ar">
<meta charset="UTF-8" />
Is there a universal way on doing this that will work on all browsers?