Patches item #650449, was opened at 2002-12-09 00:37
Message generated for change (Settings changed) made by heavy_baby
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309285&aid=650449&group_id=9285
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: heavy_baby (heavy_baby)
Assigned to: Nobody/Anonymous (nobody)
Summary: Japanese Native Problem
Initial Comment:
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.
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-11-27 05:11
Message:
Logged In: YES
user_id=644681
attached unicode patch for xnap2
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-11-25 13:33
Message:
Logged In: YES
user_id=644681
attached unicode patch for xnap3
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-01-27 00:19
Message:
Logged In: YES
user_id=644681
attached xnap.diff.tar.gz
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-01-20 00:33
Message:
Logged In: YES
user_id=644681
AccentComposer.java updated.
Changed encoding UTF-8 -> Escape Unicode.
So we can compile with no encoding option.
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-01-19 02:21
Message:
Logged In: YES
user_id=644681
I have posted the patch!
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-01-12 21:31
Message:
Logged In: YES
user_id=644681
This patch also contains Greman French Italian etc...
(ISO-Latin-1 Based Languages)
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-01-12 21:24
Message:
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?
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-01-05 18:05
Message:
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
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2003-01-01 13:30
Message:
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
----------------------------------------------------------------------
Comment By: Steffen Pingel (squig)
Date: 2002-12-16 19:25
Message:
Logged In: YES
user_id=165597
Okay, I'll look at it and merge it as soon as I get back from my
holidays.
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2002-12-14 16:30
Message:
Logged In: YES
user_id=644681
I have fixed bug in my source code.
For French, Italian, Japanese...
some Language are needed this.
----------------------------------------------------------------------
Comment By: heavy_baby (heavy_baby)
Date: 2002-12-09 01:51
Message:
Logged In: YES
user_id=644681
I found bug in my sourcecode.
So please wait until bugfix.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309285&aid=650449&group_id=9285
|