Charakter Encoding is a complicated feature. For instance you have the system-property "file.encoding" which is set from the language settings of your java-processes environment (on unix as far as i can remember these varaibles are 'LANG' and the 'LC_' group of variables). If you don't have this environment variables set correctly it happens that file content is not what it's supposes to be. This is especially weird if you have 'correct' license files which are unreadable and are not recognized as correct though they are. this is a case of missing lanaguage setting of your environemnt. Oracle for example must be installed with the correct char-encoding. switching afaik is not possible later. So your problem can have multiple sources not only java related once.
Sorry that I can't give a concrete hint or a solution. Peter ----- Original Message ----- From: Dick Wong <[EMAIL PROTECTED]> Date: Wednesday, November 21, 2001 4:46 am Subject: Charset problem. > Dear all, > > When my jsp retrieve data from mysql. All the chinese characters > cannot be > displayed and become special symbol. However, if I type a chinese > charactedin jsp file. It can display. So I think this is the mm > driver problem or > jdbc. > > Is there any suggestion or hints ?? > > Regards, > Dick Wong > > ________________________________________________________________________ ___ > To unsubscribe, send email to [EMAIL PROTECTED] and include in > the body > of the message "signoff SERVLET-INTEREST". > > Archives: http: > Resources: http://java.sun.com/products/servlet/external- > resources.htmlLISTSERV Help: > http://www.lsoft.com/manuals/user/user.html > ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
