FS#7551 - i18n list formatting
Attached to Project:
Pacman
Opened by Sergej Pupykin (sergej) - Monday, 02 July 2007, 14:47 GMT
Last edited by Dan McGee (toofishes) - Thursday, 12 July 2007, 13:20 GMT
Opened by Sergej Pupykin (sergej) - Monday, 02 July 2007, 14:47 GMT
Last edited by Dan McGee (toofishes) - Thursday, 12 July 2007, 13:20 GMT
|
Details
Summary and Info:
Bad formatting in src/pacman/util.c/list_display() function. Steps to Reproduce: - switch to multybyte locale (for example ru_RU.UTF-8) - pacman -Qi xorg - see to Depends on section Patch attached. |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 12 July 2007, 13:20 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in GIT
Thursday, 12 July 2007, 13:20 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in GIT
list_display.patch
+ if(getenv("LC_CTYPE") == NULL)
+ {
+ setlocale(LC_CTYPE, getenv("LC_ALL"));
+ }
+
http://projects.archlinux.org/git/?p=pacman.git;a=commitdiff;h=1646fcc5bdb71dc4d27204de88da952d95d5902c;hp=64e45a36f868ca0386393d6b6cf05ffff09b5439