Opened 20 years ago
Last modified 20 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)
Change History (11)
comment:1 by , 20 years ago
by , 20 years ago
Attachment: | filezilla_unicode_status.patch added |
---|
show unicode string in status window (CRichEditCtrl)
by , 20 years ago
Attachment: | filezilla_unicode_status2.patch added |
---|
fixed some problem for previose patch
by , 20 years ago
Attachment: | filezilla_unicode_status_1.patch added |
---|
fix the problem for extra '.' after every unicode word
comment:5 by , 20 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 , 20 years ago
Attachment: | filezilla_unicode_status_2.patch added |
---|
fix the problem for extra '.' after every unicode word (using uc1)
comment:6 by , 20 years ago
please apply either filezilla_unicode_status_2.patch or
filezilla_unicode_status_1.patch
sorry, upload wrong patch....
This patch will allow show unicode in RTF format. So we can
see unicode string for status window.