Repository: trafodion Updated Branches: refs/heads/master a1ce84aa6 -> 3ce71cae6
set LC_ALL and LANG in case encoding error Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/e16a4921 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/e16a4921 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/e16a4921 Branch: refs/heads/master Commit: e16a49213a873ab02e08cbec4cb6674ae1532329 Parents: f04ffee Author: trafodion <[email protected]> Authored: Thu Nov 29 19:09:47 2018 +0800 Committer: trafodion <[email protected]> Committed: Thu Nov 29 19:09:47 2018 +0800 ---------------------------------------------------------------------- core/sqf/sqenv.sh | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/e16a4921/core/sqf/sqenv.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sqenv.sh b/core/sqf/sqenv.sh index 21257f2..2c806f1 100644 --- a/core/sqf/sqenv.sh +++ b/core/sqf/sqenv.sh @@ -21,6 +21,8 @@ # Need this to tell build which machine type. export SQ_MTYPE=64 +export LC_ALL=en_US.UTF-8 +export LANG=en_US.UTF-8 # All other environment variables are set in the common file.
