aspose file tools
The moose likes JDBC and the fly likes Greek characters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Greek characters" Watch "Greek characters" New topic
Author

Greek characters

Sunesh Kumar
Ranch Hand

Joined: Oct 17, 2005
Posts: 89
Hi Friends,

I am developing an application which has to insert Greek characters in the MySql database...

Can any one share your views with me

Thanks in advance ...sorry for my poor english


Thanks & Regards<br />Sunesh Kumar Baachu
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
What is the problem you are facing with this? When you create the DB, make sure you set the character encoding for it to Unicode (most databases default to ASCII, so you need to set this explicitly). To display those characters on the web page, set the Content-Type to UTF-8.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Greek characters
 
Similar Threads
Can an applet that displays greek characters write to an RTF file?
Not receiving the ASCII character value for GREEK characters
Non-English characters in Java code
WA #1.....word association
Can an applet that displays greek characters write to an RTF file?