Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / May 2007

Tip: Looking for answers? Try searching our database.

how display japanese character with eclipse

Thread view: 
furayaku - 07 May 2007 10:28 GMT
I do not know how display japanese character with eclipse (java
programation).
I am a beginer on java programation and I whould like use java and
sql
database to create a program to drill my self with kanji.
I have all ready seen some program of drilling but I would like to
try
a new approach to the problem.

I'm french native speaker so I'm not using a japanese eclipse version
but I can display and write japanese with other program

Furemore I would like to know how connect a sql database with eclipse.

http://blogs.yahoo.co.jp/furayaku2001

furayaku
Greg R. Broderick - 07 May 2007 16:12 GMT
furayaku <hanneusefrancois@gmail.com> wrote in news:1178530090.258838.89070
@n59g2000hsh.googlegroups.com:

> I do not know how display japanese character with eclipse (java
> programation).

In what character encoding are these Japanese characters stored?  Some of the
frequently-used Japanese language character encodings include UTF-8, UCS-2,
UTF-16, ISO-2022-JP-1.

c.f.
       http://lfw.org/text/jp.html
       http://www.faqs.org/rfcs/rfc1468.html
       http://www.faqs.org/rfcs/rfc2237.html
       http://aspell.net/charsets/cjk.html
       http://people.debian.org/~kubota/unicode-symbols-map2.html

that final page should give you some good exercise in reading hirgana,
katakana and kanji. ;-)
      

Are these characters exclusively kanji, or would you also like to study/use
hirgana and katakana?

If you are doing any I/O from text files, you will probably need to take
special steps to insure that the correct character encoding is used in
transforming the bytes of the input data into the Java language strings.

> I am a beginer on java programation and I whould like use java and
> sql
> database to create a program to drill my self with kanji.

Which SQL database platform are you using?  Support for international
character encodings varies widely, depending on which database management
system one is using.

> I have all ready seen some program of drilling but I would like to
> try
> a new approach to the problem.
>
> I'm french native speaker so I'm not using a japanese eclipse version
> but I can display and write japanese with other program

You will also need to make sure that you are using a font that supports the
japanese character sets.

> Furemore I would like to know how connect a sql database with eclipse.

One typically does not connect a sql database to Eclipse (the IDE), but
rather connects the database to the Java application that you are writing,
using Eclipse.  You do this using JDBC, information and a tutorial for which
may be found at <http://java.sun.com/javase/technologies/database/index.jsp>.

Gambatte! :-)

Signature

---------------------------------------------------------------------
Greg R. Broderick                  usenet200705@blackholio.dyndns.org

A. Top posters.
Q. What is the most annoying thing on Usenet?
---------------------------------------------------------------------



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.