If a commit contains an UTF-8 character like → (right arrow),
Arcanist mangles it when using arc diff.
We install the locales package and fix the locale to en_US.UTF-8.
Reference: http://serverfault.com/a/689947/186660 by EirikW
Fixes T611.
Differential D101
Locale set to en_US.UTF-8 dereckson on Dec 1 2015, 08:46. Authored by Tags Referenced Files
Subscribers
Details
If a commit contains an UTF-8 character like → (right arrow), We install the locales package and fix the locale to en_US.UTF-8. Reference: http://serverfault.com/a/689947/186660 by EirikW Fixes T611. Type an é in a shell launched in the container. To launch it, arc shell or docker run --rm -it nasqueron/arcanist bash.
Diff Detail
Event TimelineComment Actions Another test done: this diff has been created with an image built with this change, the → from the commit were correctly printed and I were able to write an é. |