Added unicode encoding support flags to FileBackend
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 12 Apr 2014 06:50:58 +0000 (23:50 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 13 May 2014 21:11:36 +0000 (14:11 -0700)
commit0d54e6e0bf5e3e5dc13a6a4278c914fe409a37cd
tree67a2782d63854e925345f37bbf522fde59d73ce7
parente7ce30cffe56d8783542ffcd76e2f53754f31174
Added unicode encoding support flags to FileBackend

* Fixed bug where even using Swift/Azure on Windows
  would disallow non-ASCII file names.

bug: 1780
Change-Id: I19ed72da0b099d35cae74fb08eeb22c113da1065
includes/filebackend/FSFileBackend.php
includes/filebackend/FileBackend.php
includes/filebackend/SwiftFileBackend.php
includes/filerepo/FileRepo.php
includes/upload/UploadBase.php