From 633d3a28a45b7be184c0a55297cc4e53e792ee72 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 15 Feb 2023 14:37:23 +0100 Subject: Use unicode codepoint instead of hex encoding for readability/searchability --- it_debug.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_debug.class') diff --git a/it_debug.class b/it_debug.class index 766a82f..f148b58 100644 --- a/it_debug.class +++ b/it_debug.class @@ -211,7 +211,7 @@ static function dump($args, $p = []) if ($p['html']) return "
$r\n"; else - return $ansiok || $p['short'] ? "$r\n" : "\xe2\x96\x88\xe2\x96\x8c" . preg_replace("#\n#", "\n\xe2\x96\x88 ", "$r") . "\n"; + return $ansiok || $p['short'] ? "$r\n" : "\u{2588}\u{258c}" . preg_replace("#\n#", "\n\u{2588} ", "$r") . "\n"; } /** -- cgit v1.2.3