Mailing List Archive

[bricoleurs/bricolage] 05503c: Handle character encoding in the VFTP server.
Branch: refs/heads/master
Home: http://github.com/bricoleurs/bricolage

Commit: 05503c9910913a92108fdd61a144701df8786f0a
http://github.com/bricoleurs/bricolage/commit/05503c9910913a92108fdd61a144701df8786f0a
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 [#124 state:resolved].