hello everyone,
does anyone knows how i can write farsi numbers in fck 2.6 (or any other languages except english) ?
i want that any user with any regional settings be able to see the farsi numbers as well as english numbers in my website. but i didn't find any way to type numbers except in english.
things i tried:
- adding a new style in DotNetNuke_04.08.02\Providers\HtmlEditorProviders\Fck\FCKeditor\ fckstyles.xml :
<Style name="FarsiNumber" element="span">
<Attribute name="dir" value="rtl" />
<Attribute name="lang" value="FA" />
</Style>
but it didn't change numbers to farsi.
- i don't know if i can add any farsi encoding charset { like <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> or <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-6"> } in the HEAD portion of fck documents(maybe fckStyles.aspx ??) so it will tell the browser how the text in the documents has been encoded.
-by the way i couldn't even write a farsi number in frontpage so maybe i could use the codes of frongpage in fck. but i can write farsi alphabet. any ideas why the numbers r just in english?
i'd be grateful to hear your ideas