add 'name' to the list of utf8 encoded parameters

This commit is contained in:
Dietmar Maurer 2012-03-12 12:31:59 +01:00
parent c9dc864557
commit 490aade412
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
RELEASE=2.0
VERSION=1.0
PKGREL=18
PKGREL=19
PACKAGE=libpve-common-perl

View File

@ -733,7 +733,7 @@ sub decode_text {
sub decode_utf8_parameters {
my ($param) = @_;
foreach my $p (qw(comment description firstname lastname)) {
foreach my $p (qw(name comment description firstname lastname)) {
$param->{$p} = decode('utf8', $param->{$p}) if $param->{$p};
}

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libpve-common-perl (1.0-19) unstable; urgency=low
* add 'name' to the list of utf8 encoded parameters
-- Proxmox Support Team <support@proxmox.com> Mon, 12 Mar 2012 12:31:27 +0100
libpve-common-perl (1.0-18) unstable; urgency=low
* try to keep ordering in /etc/network/interfaces