Menu

#1 Japanese Native Problem

closed-accepted
nobody
None
5
2005-07-11
2002-12-08
heavy_baby
No

Japanese Native Problem

Some Japanese characters are not recognized.
And couldn't share by XNap.

It's not XNap's bug, and not Java's bug.
This problem depends on Unicode 3 General Punctuation Architecture.
To prevent this problem, please change XNap's source code.
If locale & language is ja_JP, need to use this filtering class
after read dir & file name.

Discussion

  • heavy_baby

    heavy_baby - 2002-12-08

    Logged In: YES
    user_id=644681

    I found bug in my sourcecode.
    So please wait until bugfix.

     
  • heavy_baby

    heavy_baby - 2002-12-14

    Logged In: YES
    user_id=644681

    I have fixed bug in my source code.

    For French, Italian, Japanese...
    some Language are needed this.

     
  • Steffen Pingel

    Steffen Pingel - 2002-12-16

    Logged In: YES
    user_id=165597

    Okay, I'll look at it and merge it as soon as I get back from my
    holidays.

     
  • Steffen Pingel

    Steffen Pingel - 2002-12-16
    • priority: 5 --> 7
    • status: open --> open-accepted
     
  • heavy_baby

    heavy_baby - 2003-01-01

    Logged In: YES
    user_id=644681

    I found AccentComposter class library on the web!
    It also contains ISO-Latin-1 conversation table,
    and background information written in English.
    http://www.amug.org/~glguerin/sw/index.html#macbinary

     
  • heavy_baby

    heavy_baby - 2003-01-05

    Logged In: YES
    user_id=644681

    I have added Japanese table to AccentComposer.java.
    Now European and Japanese table are supported.
    AccentComposer.java was saved as UTF-8.

    to compile,
    javac -encoding UTF-8 AccentComposer.java

    thanks

     
  • heavy_baby

    heavy_baby - 2003-01-12

    Logged In: YES
    user_id=644681

    This is the patch file.
    I have imported AccentComposer to NapFileHelper.java (UTF-8)
    The problem was fixed in a half.

    When Xnap sends filename string to network,
    the srting will converted correctry. (by composeAccents)

    When XNap recieves filename string from network,
    the string should be converted using decomposeAccents.
    But there is no decomposeAccents routine yet.
    So if you may could you add a new routine into it?

     
  • heavy_baby

    heavy_baby - 2003-01-12

    Logged In: YES
    user_id=644681

    This patch also contains Greman French Italian etc...
    (ISO-Latin-1 Based Languages)

     
  • heavy_baby

    heavy_baby - 2003-01-18

    Logged In: YES
    user_id=644681

    I have posted the patch!

     
  • heavy_baby

    heavy_baby - 2003-01-19

    Logged In: YES
    user_id=644681

    AccentComposer.java updated.
    Changed encoding UTF-8 -> Escape Unicode.
    So we can compile with no encoding option.

     
  • heavy_baby

    heavy_baby - 2003-01-26

    Logged In: YES
    user_id=644681

    attached xnap.diff.tar.gz

     
  • heavy_baby

    heavy_baby - 2003-01-28
    • status: open-accepted --> closed-accepted
     
  • heavy_baby

    heavy_baby - 2003-04-21
    • status: closed-accepted --> open-accepted
     
  • heavy_baby

    heavy_baby - 2003-08-01
    • status: open-accepted --> closed-accepted
     
  • Yven Johannes Leist

    • priority: 7 --> 5
    • status: closed-accepted --> open-accepted
     
  • heavy_baby

    heavy_baby - 2003-11-25

    for xnap3

     
  • heavy_baby

    heavy_baby - 2003-11-25

    Logged In: YES
    user_id=644681

    attached unicode patch for xnap3

     
  • heavy_baby

    heavy_baby - 2003-11-26

    for xnap2

     
  • heavy_baby

    heavy_baby - 2003-11-26

    Logged In: YES
    user_id=644681

    attached unicode patch for xnap2

     
  • heavy_baby

    heavy_baby - 2005-07-11
    • status: open-accepted --> closed-accepted
     

Log in to post a comment.