[#absl-Utf8SafeCHexEscape] = xref:absl.adoc[absl]::Utf8SafeCHexEscape :relfileprefix: ../ :mrdocs: Escapes a `src` string using C‐style escape sequences, escaping bytes as hexadecimal sequences, and passing through UTF‐8 characters without conversion. == Synopsis Declared in `<absl/strings/escaping.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string Utf8SafeCHexEscape(std::string_view src); ---- == Return Value The escaped string. == Parameters [cols="1,4"] |=== | Name| Description | *src* | The string to escape. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#