Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1573488

Summary: infra: comment-on-issue can't handle anything except ASCII
Product: [Community] GlusterFS Reporter: Kaleb KEITHLEY <kkeithle>
Component: project-infrastructureAssignee: bugs <bugs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra, nigelb
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-05-03 15:23:31 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 Kaleb KEITHLEY 2018-05-01 13:45:47 UTC
Description of problem:

नमस्ते see https://build.gluster.org/job/comment-on-issue/6514/console

test failed because submitter has a 'ü' in his name in the Signed-off by: line. After I changed it to "ue" then the test passed.

This is 2018 and iso-8859-1, iso-8859-15, and utf-8 have been around for decades. But we're using a tool (UnicodeDecode.py or something) that despite its Unicode name somehow only wants to recognize ASCII (from 1963) characters.

Most of the rest of gerrit seems to be perfectly happy with the ü in his name AFAICT.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info: