Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Tomcat
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
Tomcat
Displaying Unicode (Chinese) in tomcat console
Anbarasu Selvaraj
Greenhorn
Posts: 21
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Respected,
Is it possible to display Chinese char in
tomcat
console?. If it is yes please explain.
Ulf Dittmer
Rancher
Posts: 43081
77
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
No. I'm not aware of any console that can handle all Unicode characters; most work with US-ASCII only, or ISO-8859 at best.
Anbarasu Selvaraj
Greenhorn
Posts: 21
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thank you Ulf Dittmer.
I need one more clarification. I am modifying our old application. (the architecture is
servlet
-
jsp
- corba - our own server and oracle). How to develop internationalization for this application especially Chinese.
Ulf Dittmer
Rancher
Posts: 43081
77
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
For the big picture, start at
http://java.sun.com/javase/technologies/core/basic/intl/
. Some of code specific are discussed at
http://java.sun.com/docs/books/tutorial/i18n/
. Applying I18N and L10N to an existing app is likely to involve lots of refactoring if it hasn't been designed in from the start.
Anbarasu Selvaraj
Greenhorn
Posts: 21
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thank You Ulf Dittmer.
You totally ruined the moon. You're gonna hafta pay for that you know. This tiny ad agrees:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Chinese characters are not displayed correctly
Internationalization - unicodes
Problem While storing Chinese Chars In db.
Midlet name in Chinese
unicode number value --> character
More...