diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 1cd9047..f282b35 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -8,7 +8,7 @@ #### OFUNCTIONS FULL SUBSET #### #### OFUNCTIONS MINI SUBSET #### _OFUNCTIONS_VERSION=2.3.0-dev -_OFUNCTIONS_BUILD=2018070901 +_OFUNCTIONS_BUILD=2018070902 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -1359,6 +1359,8 @@ function CheckRFC822 { function UrlEncode { local length="${#1}" + local i + local LANG=C for i in $(seq 0 $((length-1))); do local c="${1:i:1}"