FS#10060 - Dialog doesn't work correctly with UTF-8 encoding.

Attached to Project: Arch Linux
Opened by Andrzej Zbrzezny (turtle) - Wednesday, 02 April 2008, 06:20 GMT
Last edited by Andreas Radke (AndyRTR) - Monday, 12 May 2008, 10:38 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Andreas Radke (AndyRTR)
Roman Kyrylych (Romashka)
Architecture All
Severity Medium
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Dialog doesn't work correctly with UTF-8 encoding.


Additional info: dialog 1.1_20071028-1


Steps to reproduce:

The following line in PKGBUILD

./configure --prefix=/usr --disable-Xdialog

should be at least changed to

./configure --prefix=/usr --disable-Xdialog --with-ncursesw
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Monday, 12 May 2008, 10:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  should be fixed with latest pkg in core
Comment by Roman Kyrylych (Romashka) - Sunday, 06 April 2008, 08:58 GMT
it seems it should be ./configure --prefix=/usr --disable-Xdialog --enable-nls --with-ncursesw --enable-widec
first reported in  FS#6233 
bugcollector is  FS#4418 
there is dialog-w package in community: http://aur.archlinux.org/packages.php?ID=9167 that should be removed after the change in core dialog package

Loading...