mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

This is a convenience function to make it easier to print literal byte sequences to stdout without additional escaping like what may be added by the default `print` statement behavior. For example, related to GH-596, `print` currently escapes even valid UTF-8 byte sequences and makes it difficult to output valid JSON strings containing such.
3 lines
49 B
Text
3 lines
49 B
Text
"\\x07Էo"
|
|
start "\\x07Էo"137T[9, 10] finish
|
|
é
|