Mailing List Archive

[bricoleurs/bricolage] 1a1111: Handle character encoding in the VFTP server.
Branch: refs/heads/rev_1_10
Home: http://github.com/bricoleurs/bricolage

Commit: 1a11119a60d5d62616979e178945cc7b1f3d2407
http://github.com/bricoleurs/bricolage/commit/1a11119a60d5d62616979e178945cc7b1f3d2407
Author: David E. Wheeler <david@justatheory.com>
Date: 2010-01-19 (Tue, 19 Jan 2010)

Changed paths:
M lib/Bric/Changes.pod
M lib/Bric/Util/FTP/FileHandle.pm

Log Message:
-----------
Handle character encoding in the VFTP server.

The virtual FTP server now assumes that template files uploaded to it are
encoded in the user's preferred encoding. So if you have Windows gremlins in
your templates, you can set your Character Set preference to "CP1252" and it
will just work. Thanks to Phillip Smith for the report.