Windows Unicode Port
From AbiWiki
(Difference between revisions)
(→Usage) |
(→Insert) |
||
Line 16: | Line 16: | ||
=== Insert === | === Insert === | ||
#Field - Listboxes - All Garbage [Critical] | #Field - Listboxes - All Garbage [Critical] | ||
- | |||
=== Format === | === Format === |
Revision as of 20:50, 7 April 2010
This page lists the remaining issues to work through after having ported trunk to Unicode on Windows.
From http://www.abiword.com/mailinglists/abiword-dev/2009/Nov/0052.html:
Contents |
Usage
Change the interface language to some unicode-only language and restart abiword. You would need to have RTL text and East Asian languages installed in your windows XP Language Settings (through control panel), if you haven't installed them before. I guess Vista or later may not need this step.
- Some more information on entering Unicode characters to test with here: http://kkpradeeban.blogspot.com/2009/08/tavultesoft-keyman.html
- I have marked some bugs as critical since they are not limited to Unicode only languages, other bugs are occurring for the unicode only language [Arabic] only.
File
- New using Template - Title, labels, buttons - all garbage.
- Print - Shows English, even for Arabic Interface.
- Properties - Garbage in buttons, labels.
Insert
- Field - Listboxes - All Garbage [Critical]
Format
- Paragraph - Combo boxes - Garbage [Critical] - Preview - Garbage - Buttons, Title, Frame - Shows English for Arabic Interface
- Bullets & Numbering - No Title. - Others - Garbage. - Combo boxes - Garbage [Critical] [This is due to the fact that ap_Win32Dialog_Lists.cpp hasn't been ported to unicode.]
- Tabs - Shown in English even for Arabic. The issue is with XAP_Win32DialogHelper.cpp as Marc pointed out in one of his recent posts regarding the merge.
- Headers & Footers - Shown in English even for Arabic. The issue is with XAP_Win32DialogHelper.cpp as Marc pointed out in one of his recent posts regarding the merge.
- Table of Contents - OK Button - Garbage. Invisible Labels - [of Stylist]
- Create & Modify Styles - Garbage. List Combo - Garbage [Critical]
Tools
- Set Language - Tree view - (first letter only, in case of English) Garbage. [Critical] - This shows there exists problem with the porting of the TreeView item.
- Stylist - Tree view - Empty [Critical] - This shows there exists problem with the porting of the TreeView item.
- Preferences - Smart Quotes Tab - English - Change Interface Language - Not functioning properly - ap_Win32Dialog_Options.cpp has to be analyzed.