Bugzilla – Bug 2037
HT capabilities may print bogus chars
Last modified: 2015-01-26 17:43:50 UTC
The problem is that uint8_t is printed by "<<" as a char, resulting in bogus chars. It turns out that gedit, for example, tries to be noce with those bogus data and opens the whole file as unicode, resulting in more gibberish.
Created attachment 1936 [details] simple fix
pushed in changeset 11158:fa6102d0fa6d