Page MenuHomeDevCentral

Set locales to UTF-8
ClosedPublic

Authored by dereckson on Dec 24 2016, 14:44.
Tags
None
Referenced Files
F7749104: D763.id1919.diff
Fri, May 2, 04:31
F7746634: D763.diff
Fri, May 2, 03:35
Unknown Object (File)
Wed, Apr 30, 23:39
Unknown Object (File)
Wed, Apr 30, 13:44
Unknown Object (File)
Fri, Apr 25, 13:03
Unknown Object (File)
Fri, Apr 25, 07:48
Unknown Object (File)
Tue, Apr 22, 11:53
Unknown Object (File)
Tue, Apr 22, 11:39
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.