Page MenuHomeDevCentral

Set locales to UTF-8
ClosedPublic

Authored by dereckson on Dec 24 2016, 14:44.
Tags
None
Referenced Files
F27622726: D763.id1919.diff
Wed, May 6, 02:34
F27607063: D763.id1920.diff
Tue, May 5, 21:34
F27602437: D763.diff
Tue, May 5, 20:13
Unknown Object (File)
Mon, May 4, 14:14
Unknown Object (File)
Mon, May 4, 06:26
Unknown Object (File)
Sat, May 2, 18:06
Unknown Object (File)
Fri, May 1, 11:21
Unknown Object (File)
Fri, May 1, 00:03
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.