furigana c#

  • Thread starter Thread starter Bart
  • Start date Start date
B

Bart

Hello everybody,

my Japanese boss asked me to make a textbox where the user can write
"furigana" (and a label that can read it).
I know that there is a component called Rubi, but I have not idea if it is a
COM or if there is a .net version.
Thenk you for everybody can help me!!!!

Luca
 
Hi Luca,

Bart said:
Hello everybody,

my Japanese boss asked me to make a textbox where the user can write
"furigana" (and a label that can read it).
I know that there is a component called Rubi, but I have not idea if it is
a
COM or if there is a .net version.
Thenk you for everybody can help me!!!!

Luca

I think you need a japanese input system such as MS IME or ATOK enough to
input japanese characters. Basically your japanese text will be treated as
any other string, alghough I think there are encoding issues to watch out
for.
 
Back
Top