mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-05 17:11:50 +00:00
mark decode_utf8_parameters() as depreciated
This commit is contained in:
parent
24197a9f6c
commit
6d46baf63a
@ -977,6 +977,8 @@ sub decode_text {
|
||||
return Encode::decode("utf8", uri_unescape($data));
|
||||
}
|
||||
|
||||
# depreciated - do not use!
|
||||
# we now decode all parameters by default
|
||||
sub decode_utf8_parameters {
|
||||
my ($param) = @_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user