|
Bugzilla – Full Text Bug Listing |
| Summary: | Broken japanese letters in text console mode | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Takashi Iwai <tiwai> |
| Component: | YaST2 | Assignee: | Martin Vidner <mvidner> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Patch to fix button hotkey with yast2-ncurses in CJK | ||
|
Description
Takashi Iwai
2006-02-06 13:52:40 UTC
The same bug already existed in SuSE 10.0. it's because the mismatch of the value returned from find_first_of() and the actual position to be displayed. In NCstring::getHotkey(), find_first_of() is used to identify the hot key position, but it's the number of wide chars, not the column position. The fixed patch is below. Created attachment 68708 [details]
Patch to fix button hotkey with yast2-ncurses in CJK
The packages are on mbuild/bari-tiwai-117. PING: The bug still exists on beta4. Thanks! Fixed in yast2-ncurses-2.13.10. |