Click here to Skip to main content
15,868,236 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i write a smart device project in visual studio 2008
and some component text's language are Farsi(or arabic)
when the form Language is default :
it does't show farsi (or arabic) text .. just show some Square

when I set form language to arabic :
it works good when I run it directly from PDA (windows mobile 6 professional )
but it doesn't make Exe .. the min exe is the exe before i changed text to farsi

My PDA is Axim x51 DELL
I install arabizer suite 2b342 in this PDA
what can I do ?
Posted
Updated 6-Jul-11 2:13am
v5

1 solution

All .NET platforms support Unicode; and Unicode supports Arabic and Farsi as Perso-Arabic script, see http://en.wikipedia.org/wiki/Perso-Arabic_script[^]. I believe this is just a font. You need to choose or even install a font supporting the Unicode code point subset you need and use it in your application.

You can always check up what the font supports using Windows application "Character Map" (CHARMAP.EXE) which is bundled with all version of Windows. Use "Character Set: Unicode", "Group by: Unicode Subrange", select "Arabic" from the list "Group By".

Good luck,
—SA
 
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