GNOME Bugzilla – Bug 709354
vte.sh urlencode needs to set LC_ALL=C
Last modified: 2014-04-06 18:16:16 UTC
In vte.sh, __vte_urlencode() sets LANG, but LC_CTYPE and LC_ALL have higher precedence. So if a user has LC_CTYPE or LC_ALL set, urlencoding behaves incorrectly. The function should also (or only?) set LC_ALL=C.
Fixed on 0-34 and next.