Page MenuHomeDevCentral

Set locales to UTF-8
ClosedPublic

Authored by dereckson on Dec 24 2016, 14:44.
Tags
None
Referenced Files
F12243132: D763.diff
Fri, Oct 10, 11:56
F12243084: D763.diff
Fri, Oct 10, 11:44
Unknown Object (File)
Thu, Oct 9, 11:14
Unknown Object (File)
Wed, Oct 8, 19:22
Unknown Object (File)
Wed, Oct 8, 11:13
Unknown Object (File)
Tue, Oct 7, 14:29
Unknown Object (File)
Tue, Oct 7, 11:23
Unknown Object (File)
Tue, Oct 7, 08:19
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.