Opened 19 years ago

Last modified 19 years ago

#1465 closed Patch

show unicode string in status window (CRichEditCtrl)

Reported by: tommywu Owned by:
Priority: normal Component: Other
Keywords: Cc: tommywu, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

This patch enable the unicode support for CStatusCtrl,
display the correct unicode string in status window.

Attachments (4)

filezilla_unicode_status.patch (2.8 KB ) - added by tommywu 19 years ago.
show unicode string in status window (CRichEditCtrl)
filezilla_unicode_status2.patch (2.7 KB ) - added by tommywu 19 years ago.
fixed some problem for previose patch
filezilla_unicode_status_1.patch (316 bytes ) - added by tommywu 19 years ago.
fix the problem for extra '.' after every unicode word
filezilla_unicode_status_2.patch (689 bytes ) - added by tommywu 19 years ago.
fix the problem for extra '.' after every unicode word (using uc1)

Download all attachments as: .zip

Change History (11)

comment:1 by tommywu, 19 years ago

sorry, upload wrong patch....
This patch will allow show unicode in RTF format. So we can
see unicode string for status window.

by tommywu, 19 years ago

show unicode string in status window (CRichEditCtrl)

comment:2 by tommywu, 19 years ago

fixed the problem for a number following a unicode word.

by tommywu, 19 years ago

fixed some problem for previose patch

comment:3 by tommywu, 19 years ago

force to use {} after any unicode word to avoid lost word.

comment:4 by Tim Kosse, 19 years ago

Thx, applied.

by tommywu, 19 years ago

fix the problem for extra '.' after every unicode word

comment:5 by tommywu, 19 years ago

The current source code in CVS will add extra '.' after
every unicode word.

Because at the beginnnig, we use '\uc0' not '\uc1'. So we
don't need to add extra char after each unicde word.

This patch will remove the extra '.' after '
uNNNN'.
or apply next patch to remove '\uc0' and use '\uc1'.

by tommywu, 19 years ago

fix the problem for extra '.' after every unicode word (using uc1)

comment:6 by tommywu, 19 years ago

please apply either filezilla_unicode_status_2.patch or
filezilla_unicode_status_1.patch

comment:7 by Tim Kosse, 19 years ago

fixed

Note: See TracTickets for help on using tickets.