Results 1 to 2 of 2
Thread: Need encoding for Korean
- 11-25-2010, 02:07 PM #1
Member
- Join Date
- Nov 2010
- Posts
- 1
- Rep Power
- 0
Need encoding for Korean
Hi,
I am using "wevtutil" command to display eventlog queries in windows7 Korean box, using java program which uses BufferedReader. when i run the code the korean characters are broken.
Pls help me what encoding format should i use when reading the BufferedReader output
Regards,
Rama
- 11-25-2010, 02:34 PM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,399
- Blog Entries
- 7
- Rep Power
- 17
You should probably set your character encoding to UTF-8 as in:
Read the API documentation for those classes. Also set your font to one that supports the Korean character range.Java Code:BufferedReader br= new BufferedReader(new InputStreamReader(is, "UTF-8"));
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
arabic encoding in url
By echoe_echoe in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 10-06-2010, 08:10 AM -
problem in encoding
By jaysh in forum NetBeansReplies: 0Last Post: 08-26-2010, 08:07 AM -
encoding issue in jsp
By sams11 in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 11-25-2008, 07:55 AM -
Some help with encoding...
By nm123 in forum NetworkingReplies: 0Last Post: 04-15-2008, 12:22 AM -
Broken korean characters Urgent help needed!
By priyap3 in forum JavaServer Pages (JSP) and JSTLReplies: 0Last Post: 01-14-2008, 09:40 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks