Use the C.UTF-8 locale for executing subprocesses.

Review Request #5752 — Created April 29, 2014 and submitted

Information

RBTools
master
7c40a05...

Reviewers

A while back, we changed our environment for executing subprocesses from
en_US.UTF-8 to C, because not everyone has a US English locale installed on
their machine. This broke subversion diffs when filenames or the diffs
contained unicode characters. Using the C.UTF-8 locale fixes this.

Had someone who was encountering this issue try the code change, and they
reported that it's fixed.

chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (63baed4)
Loading...