Ok, may be you think this dup question but I swear its not. lol You have a file that outputs as such:
<div id="first">1</div>
2
<div id="third">
<? $i = 3; echo(i) ?>
</div>
Which outputs:
1
2
3
Now if I want to have an output as below:
?
?
?
Well, I was hoping I could put Arabic/Farsi version of 1,2,3 instead of '?'. This is driving me nuts, Q1:How can I using HTML/CSS convert numbers to Arabic/Farsi?
Q2:And why the heck when I change my language (winxp) everything changes except numbers?