Este contenido no está disponible en el idioma seleccionado.
function::user_string_quoted_utf32
Name
function::user_string_quoted_utf32 — Quote given user UTF-32 string.
Synopsis
user_string_quoted_utf32:string(addr:long)
Arguments
addr
- The user address to retrieve the string from
Description
This function combines quoting as per
string_quoted
and UTF-32 decoding as per user_string_utf32
.