Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-29-2008, 07:54 PM
Member
 
Join Date: Oct 2008
Location: NYC
Posts: 1
Ed Poor is on a distinguished road
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
Sponsored Links
Reply


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

vB 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 +3. The time now is 01:32 PM.


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