Bug 964145

Summary: zh_CN translation for cracklib-check is broken
Product: [Fedora] Fedora Reporter: Hubert Kario <hkario>
Component: cracklibAssignee: Tomas Mraz <tmraz>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 19CC: nalin, piotrdrag
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-12 09:11:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hubert Kario 2013-05-17 11:16:40 UTC
Description of problem:
Translation of cracklib-check for simplified Chinese does not output actual characters

Version-Release number of selected component (if applicable):
cracklib-2.8.22-2.fc18.x86_64

How reproducible:
Always

Steps to Reproduce:
1. echo AAAAAAAAAA | LANG=zh_CN.UTF-8 cracklib-check
  
Actual results:
AAAAAAAAAA: ????????????????????????????????????

Expected results:
AAAAAAAAAA: 它没有包含足够的不同字符

Additional info:

the question marks in output are actual question marks, not missing characters:

echo AAAAAAAAAA | LANG=zh_CN.UTF-8 cracklib-check | hexdump -C
00000000  41 41 41 41 41 41 41 41  41 41 3a 20 3f 3f 3f 3f  |AAAAAAAAAA: ????|
00000010  3f 3f 3f 3f 3f 3f 3f 3f  3f 3f 3f 3f 3f 3f 3f 3f  |????????????????|
*
00000030  0a                                                |.|
00000031

Comment 1 Fedora Admin XMLRPC Client 2013-06-10 17:35:09 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Hubert Kario 2013-11-04 16:14:58 UTC
Present in F19 too:
cracklib-2.8.22-3.fc19.x86_64

$ echo AAAAAAAAAA | LANG=zh_CN.UTF-8 cracklib-check
AAAAAAAAAA: ????????????????????????????????????

Comment 3 Fedora End Of Life 2013-12-21 13:35:33 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 4 Hubert Kario 2014-01-03 11:25:38 UTC
Still present on Fedora 19.

Using cracklib-2.8.22-3.fc19.x86_64:

# echo AAAAAAAAAA | LANG=zh_CN.UTF-8 cracklib-check
AAAAAAAAAA: ????????????????????????????????????

Comment 5 Fedora End Of Life 2015-01-09 18:08:28 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 6 Hubert Kario 2015-01-12 12:47:27 UTC
Also fixed in Fedora 21, using cracklib-2.9.1-5.fc21.x86_64