Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-29-2008, 05:54 PM
Member
 
Join Date: Oct 2008
Location: NYC
Posts: 1
Rep Power: 0
Ed Poor is on a distinguished road
Default Hello and annyoung haseyo
Hi,

I've been using Java since the previous century (Java 1.1) and have written software that converts MIDI codes to sheet music - without using a click track; it detects tempo changes, so that if you slow down gradually you don't get garbage notes. (You get a "ritard" instead of feeling like a retard! ;-)

I'm also working on software to parse Korean text. One of the biggest problems for the beginner is looking up verbs. You can't always tell the infinitive or dictionary form, by looking at an inflected verb, unless you have memorized all the types of irregular verbs. I want to write a method to de-conjugate a verb, so you can find its definition.

Which leads me to TextPad ... I can compile a Java class with Hangul (Korean script) as a String - and even use Hangul in a variable name. But how can I use Korean characters with the System.out.println() method? TextPad seems to be using some sort of UTF-8 codepage. Or will Windows let me display Korean characters in my American-purchased Vista computer?

(I know the workaround is to use Swing and output to a text control, but I need System.out.println() for error reporting, like "expected kada but found kola".) 감사 합니다!

Ed
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 03:05 AM.



VBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org