Results 1 to 2 of 2
Thread: How to Display Hindi Characters?
- 03-03-2009, 12:56 PM #1
Member
- Join Date
- Feb 2009
- Posts
- 29
- Rep Power
- 0
How to Display Hindi Characters?
hi,
i am working on a Hindi OCR project.and i need to display Hindi Characters in a TextField in the GUI.
i have UNICODE set for Hindi.
So is there any way to display the character in the GUI textfield using the Unicode?
In this case i have to display only one character.
Regards,
SayanImpossible is Nothing
- 03-03-2009, 03:23 PM #2
Java uses Unicode, and Unicode, afaik, supports Hindi. You don't "set" Unicode. However, not all *fonts* support all Unicode characters.
I found an open source font family I really like called Deja Vu. I now use for just about everything. Apart from the fact it looks good (especially the monospace, for text editors), its team's goal is to support as much of the Unicode character set as they can. I suggest seeing if
1. The font you are using supports Hindi, which I suspect it does not.
2. If Deja Vu does, which I suspect is does.
The easiest way to test is to use a word processor's insert special character functions.
Similar Threads
-
[SOLVED] how to save hindi text into Oracle Database
By sanjeevtarar in forum JDBCReplies: 14Last Post: 12-07-2010, 10:41 AM -
How to display a list of items and on click display subitems?
By mandyj in forum New To JavaReplies: 8Last Post: 12-29-2008, 07:12 AM -
How to display information about the display device in SWT
By Java Tip in forum SWTReplies: 0Last Post: 06-28-2008, 09:26 PM -
characters + strings
By Gilgamesh in forum New To JavaReplies: 3Last Post: 03-02-2008, 09:10 PM -
Removing characters
By kDude in forum New To JavaReplies: 3Last Post: 12-03-2007, 02:38 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks