Page MenuHomeDevCentral

Set locales to UTF-8
ClosedPublic

Authored by dereckson on Dec 24 2016, 14:44.
Tags
None
Referenced Files
F12390825: D763.diff
Sat, Nov 1, 12:12
Unknown Object (File)
Sat, Nov 1, 10:25
Unknown Object (File)
Tue, Oct 28, 05:31
Unknown Object (File)
Sat, Oct 25, 11:49
Unknown Object (File)
Fri, Oct 24, 05:43
Unknown Object (File)
Thu, Oct 23, 17:19
Unknown Object (File)
Wed, Oct 22, 01:36
Unknown Object (File)
Tue, Oct 14, 22:45
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.