diff options
| author | fukachan <fukachan> | 2004-02-13 14:10:26 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-02-13 14:10:26 +0000 |
| commit | 254beb6490861a9cf83d219f01781204771018df (patch) | |
| tree | 70a71db85a22cec9d99994cb2948ae38318d7c4c | |
| parent | 103199ac84ee546c349e7cbc14a7a6ed4fa7c484 (diff) | |
| download | fml8-254beb6490861a9cf83d219f01781204771018df.tar.gz fml8-254beb6490861a9cf83d219f01781204771018df.tar.bz2 fml8-254beb6490861a9cf83d219f01781204771018df.zip | |
remove todo, fix comments.
| -rw-r--r-- | fml/lib/FML/Command/SendFile.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/SendFile.pm b/fml/lib/FML/Command/SendFile.pm index 64aae8f5..03f312ec 100644 --- a/fml/lib/FML/Command/SendFile.pm +++ b/fml/lib/FML/Command/SendFile.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: SendFile.pm,v 1.35 2004/01/18 03:34:43 fukachan Exp $ +# $FML: SendFile.pm,v 1.36 2004/01/21 03:51:16 fukachan Exp $ # package FML::Command::SendFile; @@ -176,8 +176,7 @@ sub send_file my $filepath = $command_args->{ _filepath_to_send }; my $config = $curproc->config(); - # XXX-TODO: handle non Japanese. - # XXX-TODO: care for Accept-Language: header field. + # XXX get_charset() take Accpet-Language: header field into account. my $charset = $curproc->get_charset("reply_message"); # XXX-TODO: who validate $filename and $filepath ? |
