mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-09 02:56:25 +00:00
add 'name' to the list of utf8 encoded parameters
This commit is contained in:
parent
c9dc864557
commit
490aade412
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
RELEASE=2.0
|
RELEASE=2.0
|
||||||
|
|
||||||
VERSION=1.0
|
VERSION=1.0
|
||||||
PKGREL=18
|
PKGREL=19
|
||||||
|
|
||||||
PACKAGE=libpve-common-perl
|
PACKAGE=libpve-common-perl
|
||||||
|
|
||||||
|
@ -733,7 +733,7 @@ sub decode_text {
|
|||||||
sub decode_utf8_parameters {
|
sub decode_utf8_parameters {
|
||||||
my ($param) = @_;
|
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};
|
$param->{$p} = decode('utf8', $param->{$p}) if $param->{$p};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
libpve-common-perl (1.0-18) unstable; urgency=low
|
||||||
|
|
||||||
* try to keep ordering in /etc/network/interfaces
|
* try to keep ordering in /etc/network/interfaces
|
||||||
|
Loading…
Reference in New Issue
Block a user