diff --git a/jobs/HRB_Mobile_Other_ipa/config.xml b/jobs/HRB_Mobile_Other_ipa/config.xml
index 4e7c17c6d5a8d8d6e156a076c601ef45dd4dba39..98d350ad6b6cdf4cce476f2e255db8720890ef16 100644
--- a/jobs/HRB_Mobile_Other_ipa/config.xml
+++ b/jobs/HRB_Mobile_Other_ipa/config.xml
@@ -54,7 +54,10 @@ feature/HA-818
false
- PATH="$PATH:/usr/local/bin:/Users/jenkins/.fastlane/bin/"
+ export LC_ALL=en_US.UTF-8
+export LANG=en_US.UTF-8
+
+PATH="$PATH:/usr/local/bin:/Users/jenkins/.fastlane/bin/"
VERSION=SIT_Upgrade_$(date +%Y%m%d)_$(git rev-parse --short HEAD)
MODIFIED_DATE=$(git log -1 --format="%ci" --)