File 5103-ssh-Unicode-fix-in-ssh_dbg.patch of Package erlang
From 89d6f382798acdd93c8e7dad3bd7b82ace4f3dd5 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Thu, 10 Sep 2020 13:22:49 +0200
Subject: [PATCH 03/11] ssh: Unicode fix in ssh_dbg
---
 lib/ssh/src/ssh_dbg.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ssh/src/ssh_dbg.erl b/lib/ssh/src/ssh_dbg.erl
index f8750dc070..54a88a479f 100644
--- a/lib/ssh/src/ssh_dbg.erl
+++ b/lib/ssh/src/ssh_dbg.erl
@@ -417,7 +417,7 @@ try_all_types_in_all_modules(TypesOn, Arg, WriteFun, Acc0) ->
 
 
 write_txt(WriteFun, TS, PID, Txt) when is_list(Txt) ->
-    WriteFun("~n~s ~p ~s~n", 
+    WriteFun("~n~s ~p ~ts~n", 
              [lists:flatten(TS),
               PID,
               lists:flatten(Txt)],
-- 
2.26.2