Update Utils.qml
This commit is contained in:
parent
e3b088eaea
commit
eda2fcabc0
|
@ -267,7 +267,7 @@ QtObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
function encodeUtf8(str){
|
function encodeUtf8(str){
|
||||||
return unescape( encodeURIComponent(str));
|
return unescape(encodeURIComponent(str));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue