This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes unsupported  encoding exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "unsupported  encoding exception" Watch "unsupported  encoding exception" New topic
Author

unsupported encoding exception

ruilin yang
Ranch Hand

Joined: Feb 25, 2001
Posts: 334
Please help,
My locking/unlocking all work. However, when I tried to modify the database for booking, I got error: " unsupported encoding exception ISO8859". Anything with data convertion ?
Thanks,
Ruilin
Dave Boden
Ranch Hand

Joined: Nov 08, 2000
Posts: 37
Hi,
Have you seen that there are depricated methods inside Data.java (run javac with -deprecation to see them)?
These deprecated methods are deprecated for a reason. They don't support internationalisation and non-latin character encodings. They should be changed...
Cheers,
Dave
ruilin yang
Ranch Hand

Joined: Feb 25, 2001
Posts: 334
Thanks. I have solved the problem. You are rigth. I implemented a different method. It works OK.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: unsupported encoding exception
 
Similar Threads
About internationalizition
jsp:include
i18n need help using charset x-user-defined
Run Time error
Websphere 7.0 in Myeclipse Blue