About File Uploads with Unicode File Names

To support Unicode file names in your file uploads, add the following in /etc/apache2/envvars:

1
2
export LANG='en_US.UTF-8'
export LC_ALL='en_US.UTF-8'

Dev Ops Apache