Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Friends i m developing a WAP site in hindi, it is smoothly running on nokia mobiles but always occur a problem on Blackberry there display only boxes no character, a condition also here any font must not be install on the cell at run time. So plz suggest me which type of Unicode font i should use?
Posted
Updated 4-Mar-11 2:00am
v2
Comments
Sergey Alexandrovich Kryukov 4-Mar-11 1:59am    
There is no such thing as "Hindi font"; there is Devanagari script used in several Indian languages, including the most used in India and even Sanskrit. Look, I've never been in India and never worked with any Indian languages but I know, so you should know much better. You should also now that Unicode sub-ranges have nothing to do with the font. A single font usually covers several Unicode sub-ranges.
--SA
Manas Bhardwaj 4-Mar-11 8:07am    
impressed :)
Sergey Alexandrovich Kryukov 4-Mar-11 14:21pm    
Thank you.
Do you know Indian languages?
--SA
Manas Bhardwaj 4-Mar-11 14:49pm    
Yes, Hindi.
Sergey Alexandrovich Kryukov 4-Mar-11 16:08pm    
Then I feel flattered :-)
--SA

1 solution

This should help you: http://stackoverflow.com/questions/1928888/blackberry-unicode-text-display[^].

See also my comment to the Question.

—SA
 
Share this answer
 
v3
Comments
Manas Bhardwaj 4-Mar-11 8:07am    
+5
Sergey Alexandrovich Kryukov 4-Mar-11 14:20pm    
Thank you, Manas.
--SA
sachson_bros 21-Jun-11 9:18am    
How to implement similar solution for WAP sites developed in PHP?
Sergey Alexandrovich Kryukov 21-Jun-11 11:25am    
PHP is the server-side, has nothing to do with different local systems of the clients.
Just output text data in Unicode, that's it.
--SA
Joan M 21-Jun-11 9:22am    
As promised my 5... :O

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