Skip to content

dashboard mishandles utf-8 in description #1465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rsc opened this issue Feb 1, 2011 · 3 comments
Closed

dashboard mishandles utf-8 in description #1465

rsc opened this issue Feb 1, 2011 · 3 comments

Comments

@rsc
Copy link
Contributor

rsc commented Feb 1, 2011

the dashboard is showing right now a CL titled

A+C: Jose Luis V?zquez Gonz?lez (individual CLA)

the ? are supposed to be á characters.  
the problem is that the dashboard runs hg to 
get the CL description without setting HGENCODING=utf-8 
in the environment, so hg limits its output to ascii
(surprise!).

the fix is to set HGENCODING in the execution environment
(and to convert all the builders to use the go program).
@adg
Copy link
Contributor

adg commented Feb 17, 2011

Comment 1:

Should be fixed by:
https://code.google.com/p/go/source/detail?r=92ec4c5180

Status changed to Fixed.

@rsc
Copy link
Contributor Author

rsc commented Feb 17, 2011

Comment 2:

I doubt very much that that would fix it.
The fix is to set HGENCODING=utf-8 in the
environment when invoking hg from the
builder program.

Status changed to Accepted.

@adg
Copy link
Contributor

adg commented Feb 22, 2011

Comment 3:

This issue was closed by revision 7f5acfb.

Status changed to Fixed.

@rsc rsc added fixed labels Feb 22, 2011
@rsc rsc assigned adg Feb 22, 2011
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc unassigned adg Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants