Page MenuHomeDevCentral

Set locales to UTF-8
ClosedPublic

Authored by dereckson on Dec 24 2016, 14:44.
Tags
None
Referenced Files
F48288726: D763.diff
Sat, Sep 5, 10:07
F48287515: D763.id1920.diff
Sat, Sep 5, 09:57
Unknown Object (File)
Fri, Sep 4, 08:27
Unknown Object (File)
Fri, Sep 4, 02:06
Unknown Object (File)
Thu, Sep 3, 23:36
Unknown Object (File)
Wed, Sep 2, 12:23
Unknown Object (File)
Sun, Aug 30, 04:05
Unknown Object (File)
Sat, Aug 29, 18:49
Subscribers

Details

Summary

Based on @Sandlayth work on 4d812fd6d394.

Test Plan

Build image, check shell handles UTF-8 characters.

Diff Detail

Repository
rDPHPCLI nasqueron/php-cli Docker image
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
UTF8
Build Status
Buildable 1161
Build 1382: arc lint + arc unit

Event Timeline

dereckson added a reviewer: dereckson.
Test container on Dwellers
$ docker run -it --rm nasqueron/php-cli bash
root@9fd3591bdae6:/# ééééé
root@9fd3591bdae6:/# echo $LANG
C.UTF-8
This revision is now accepted and ready to land.Dec 24 2016, 16:32
This revision was automatically updated to reflect the committed changes.