0.307 don't support Chinese file name

Archived discussion about features (predating the use of Bugzilla as a bug and feature tracker)

Moderator: Moderators

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-08-14 08:18

[ADSL][CN_FZ]fenxiang wrote:it's BCDC++ 0.4032a
I'll look into it, though I don't have a localized OS to test under VMWare or whatnot.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-08-15 09:45

[ADSL][CN_FZ]fenxiang wrote:You just need an english version winxp installation CD. just add east asian language support.
I have had East Asian support installed in my XP for a while. Do I need to run DC++ in a different mode?

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-09-29 11:14

[ADSL][CN_FZ]fenxiang wrote:DC++0.4033 Favorites.xml is utf-8 now. I add some user command in right click menu with chinese characters in it. Although the right click menu looks nice, the characters appear in the mainchat are strange characters. change the Favorites.xml to ANSI, the right click menu looks bad, but the characters in the mainchat are good.
Trem said that the favorites are being sent as UTF-8, which isn't the same as your local encoding, so that may be the bug.
[ADSL][CN_FZ]fenxiang wrote:and in ADL search properties, source type and size type boxes are filled with strange characters.
I've seen this too, it's probably a simple fix.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-10-02 17:03

[ADSL][CN_FZ]fenxiang wrote:by the way, utf-8 language file woks fine now (tested in DC++ and BCDC++).
Glad to hear it. I was lucky to get a Japanese UTF-8 language file as well, and it worked nicely (or so it seems). I know I've got more to translate. ;)

I sent a patch for to fix the UTF-8 UserCommand issue.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-10-03 14:10

[ADSL][CN_FZ]fenxiang wrote:great. but...where to get the patch please ?
It has been checked into CVS already. If there's an open bug, I attach my fix there as well.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-10-06 11:17

[ADSL][CN_FZ]fenxiang wrote:new problem in dc++%bcdc++0.4034 that: the variable such as "%a" in right click menu does not work now. in 0.4033, today it should output a chinese Monday(chinese characters), but it is a charact "?" now.
I submitted a patch to fix this for win32 to arne. It uses the wide string time format on windows, and the old one on all other architectures. I tried to find a solution for them, but couldn't turn up anything.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-10-15 20:02

[ADSL][CN_FZ]fenxiang wrote:In fact, the "%a" problem still appears in search menu. And, if I right click on a user in transfer bar, the characters sent to mainchat have that problem too.
Yeah, as of current CVS, UTF-8 user commands are still sent incorrectly. That'll be fixed before release. I'll commit the fix to BCDC as well.

Locked