mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
4 lines
136 B
Text
4 lines
136 B
Text
##! Loading this script will enable utf-8 characters
|
|
##! instead of escaping them into the \xYY format
|
|
|
|
redef LogAscii::enable_utf_8=T;
|