Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to MAIN: | (view) (download) (annotate) |
Sticky Tag: |
2002-08-05 Wakaba <w@suika.fam.cx> * Util.pm: - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string instead of Message::Util::unquote_if_quoted_string. - (Message::Util::Wide): New package. - (%Message::Util::Wide::REG): New hash. - (Message::Util::unquote_if_quoted_string): New function. - NOTE: "Wide" package is created to support utf8 string of perl 5.7.3 or later. Utf8 string does not work only for [\x00-\xFF] regex of current functions, and this regex is used as (?:.|\x0D|\x0A). (Without 's' option, "." does not match with newline character.) When we can do away problematic code from all Message::* modules, we can also do away "Wide" package.
2002-06-23 Wakaba <w@suika.fam.cx> * AngleQuoted.pm (%REG): Don't define regex locally. (Moved to Message::Util). * ContentType.pm, Date.pm, UA.pm, ValueParams.pm: Fix some codes not to be warned as 'Use of uninitialized value'. * Structured.pm (header_default_charset, header_default_charset_input): New options.
2002-06-15 wakaba <w@suika.fam.cx> * AngleQuoted.pm: New module. * Mailbox.pm, URI.pm: Use AngleQuoted.pm
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |