~ubuntu-branches/ubuntu/wily/smb4k/wily

« back to all changes in this revision

Viewing changes to core/smb4kprocess.cpp

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-11-09 13:49:43 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20131109134943-6ycm278eznlwjvsv
Tags: 1.0.9-1
* New upstream release
* Updated Description:
* Add bug-presubj to point out upstream support options

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  
34
34
  // Explicitly set the language, because Samba
35
35
  // might be localized (closes SF ticket #34).
36
 
  setEnv("LANG", "C");
 
36
  setEnv("LANG", "en_US.UTF-8");
37
37
}
38
38
 
39
39