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?
---------------------------------------------------------------------