Converting digits, generated by weblog service, to Indic or Roman

Posted by Sorush Rabiee on Stack Overflow See other posts from Stack Overflow or by Sorush Rabiee
Published on 2010-05-29T12:29:59Z Indexed on 2010/05/29 12:32 UTC
Read the original article Hit count: 348

Filed under:
|

I need to write something in my html code to convert digits of form 0123456789 to ?????????? (Arabic digits).

the number of visitors is generated by blog service. and I want to convert its digits to Arabic.

Counter:

????? ????????????? : <BlogSky:Weblog Counter /> ???

the Persian part of above code mean 'Number of visitors' and 'Persons' (from left to right). but digits are represented in latin (0123...). Is it possible to write something like a function in html? i want it to be a global one for using in weblogs.

Note: I don't know anything about web programming languages. (and don't want to learn!). I'm not sure about language of above code. (html?)

© Stack Overflow or respective owner

Related posts about html

Related posts about web