how display japanese character with eclipse

F

furayaku

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
 
G

Greg R. Broderick

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! :)


--
---------------------------------------------------------------------
Greg R. Broderick (e-mail address removed)

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top