Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13972795
D7659.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1023 B
Referenced Files
None
Subscribers
None
D7659.diff
View Options
Index: src/applications/repository/storage/PhabricatorRepository.php
===================================================================
--- src/applications/repository/storage/PhabricatorRepository.php
+++ src/applications/repository/storage/PhabricatorRepository.php
@@ -294,10 +294,10 @@
private function getCommonCommandEnvironment() {
$env = array(
- // NOTE: Force the language to "C", which overrides locale settings.
- // This makes stuff print in English instead of, e.g., French, so we can
- // parse the output of some commands, error messages, etc.
- 'LANG' => 'C',
+ // NOTE: Force the language to "en_US.UTF-8", which overrides locale
+ // settings. This makes stuff print in English instead of, e.g., French,
+ // so we can parse the output of some commands, error messages, etc.
+ 'LANG' => 'en_US.UTF-8',
// Propagate PHABRICATOR_ENV explicitly. For discussion, see T4155.
'PHABRICATOR_ENV' => PhabricatorEnv::getSelectedEnvironmentName(),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 18, 9:20 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6728788
Default Alt Text
D7659.diff (1023 B)
Attached To
Mode
D7659: Use "en_US.UTF-8", not "C", as the LANG setting
Attached
Detach File
Event Timeline
Log In to Comment