The Artima Developer Community
Sponsored Link

Java Answers Forum
Greek Fonts in Java

1 reply on 1 page. Most recent reply: May 24, 2002 5:28 PM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Mariam

Posts: 4
Nickname: insomnia
Registered: Apr, 2002

Greek Fonts in Java Posted: May 24, 2002 1:11 PM
Reply to this message Reply
Advertisement
Hello

My problem has to do with greek fonts. I have an applet where a user enters a string. However, i want
that string to be greek (i have a greek web site and i want to perform a search). When i use english words the search works just fine.
How can i fix this problem? I have read about supported encodings but i can't understand how to make a string to accept greek input in my applet.

Thanks in andvance
Mariam


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: Greek Fonts in Java Posted: May 24, 2002 5:28 PM
Reply to this message Reply
Mariam,
I basically don't know but I would try the following to see a bit what it gives ... I would be in general interesting if you gave more informations on the environment you used.
Anyway,
_ Have you tried to set the Locale to GR, GR.
_ Have you tried to make a Jar with the appropriate Font / ISO-Char definition within ? (This sentence is also rather crytic to me ;-)). I just wander what I could add to an Applet's jar to have it running & I believe teh CHARACTER set definition is one thing that could be missing.
_ Can you have your application working (that part of the application working) ?
_ If not could you have the faulty code posted on this site so we could give it a go ;-) ?

Thomas SMETS,
SCJP2 - BRussels

Flat View: This topic has 1 reply on 1 page
Topic: pause in java Previous Topic   Next Topic Topic: JMenuItem.setText question.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use