diff options
Diffstat (limited to 'Rpmdrake/formatting.pm')
-rw-r--r-- | Rpmdrake/formatting.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Rpmdrake/formatting.pm b/Rpmdrake/formatting.pm index 31abf726..43b72312 100644 --- a/Rpmdrake/formatting.pm +++ b/Rpmdrake/formatting.pm @@ -101,6 +101,7 @@ sub pkg2medium { URPM::pkg2media($urpm->{media}, $p) || undef; } +# [ duplicate urpmi's urpm::msg::localtime2changelog() ] #- strftime returns a string in the locale charset encoding; #- but gtk2 requires UTF-8, so we use to_utf8() to ensure the #- output of localtime2changelog() is always in UTF-8 |