Page MenuHomeDevCentral

Set locales to UTF-8
ClosedPublic

Authored by dereckson on Dec 24 2016, 14:44.
Tags
None
Referenced Files
F11728201: D763.id.diff
Wed, Sep 17, 11:50
F11727852: D763.id1920.diff
Wed, Sep 17, 09:41
F11724747: D763.id.diff
Tue, Sep 16, 17:37
Unknown Object (File)
Sat, Sep 13, 06:04
Unknown Object (File)
Sat, Sep 13, 05:18
Unknown Object (File)
Fri, Sep 12, 14:10
Unknown Object (File)
Thu, Sep 11, 10:56
Unknown Object (File)
Tue, Sep 9, 01:01
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
Lint Not Applicable
Unit
Tests Not Applicable

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.