Windows Unicode Port
From AbiWiki
(Difference between revisions)
m (→Format: Lists dialog has been ported to Unicode.) |
(patches) |
||
Line 11: | Line 11: | ||
=== File === | === File === | ||
- | |||
#Print - Shows English, even for Arabic Interface. | #Print - Shows English, even for Arabic Interface. | ||
#Properties - Properties textboxes should remember the previously entered values. | #Properties - Properties textboxes should remember the previously entered values. | ||
Line 24: | Line 23: | ||
#Headers & Footers - Title is shown in English even for Arabic. [Have a look at XAP_Win32DialogHelper.cpp too, while fixing the title.] | #Headers & Footers - Title is shown in English even for Arabic. [Have a look at XAP_Win32DialogHelper.cpp too, while fixing the title.] | ||
#Table of Contents - OK Button - Garbage. Invisible Labels - [of Stylist] | #Table of Contents - OK Button - Garbage. Invisible Labels - [of Stylist] | ||
- | |||
=== Tools === | === Tools === | ||
Line 30: | Line 28: | ||
#Stylist - Tree view - Empty [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. | #Preferences - Smart Quotes Tab - English - Change Interface Language - Not functioning properly - ap_Win32Dialog_Options.cpp has to be analyzed. | ||
+ | |||
+ | |||
+ | |||
+ | === Fixed by applying the patches === | ||
+ | File | ||
+ | #New using Template - Title shows English, and the list shows garbage. | ||
+ | |||
+ | Format | ||
+ | #Create & Modify Styles - Title is shown in English even for Arabic. Listboxes - Empty or Garbage, Preview - Garbage [Critical] |
Revision as of 13:45, 22 January 2011
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
- The Unicode port has been tested using Arabic Language interface.
- I have marked some bugs as critical since they are not limited to Unicode only languages, other bugs are occurring for the unicode only languages [Arabic] only.
File
- Print - Shows English, even for Arabic Interface.
- Properties - Properties textboxes should remember the previously entered values.
Insert
- Field - Listboxes - All Garbage [Critical]
Format
- Paragraph - Combo boxes and tabs - Garbage [Critical]. Preview - Garbage. Line and Page Break - Not shown [Critical].
- Bullets & Numbering - No Title. Combo boxes - Garbage [Critical]
- Tabs - Title is shown in English even for Arabic.
- Headers & Footers - Title is shown in English even for Arabic. [Have a look at XAP_Win32DialogHelper.cpp too, while fixing the title.]
- Table of Contents - OK Button - Garbage. Invisible Labels - [of Stylist]
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.
Fixed by applying the patches
File
- New using Template - Title shows English, and the list shows garbage.
Format
- Create & Modify Styles - Title is shown in English even for Arabic. Listboxes - Empty or Garbage, Preview - Garbage [Critical]