Re: [ANN] net-next is OPEN
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-01-23 15:30:19
From: Jakub Kicinski <kuba@kernel.org>
Date: 2024-01-23 15:30:19
On Tue, 23 Jan 2024 14:38:24 +0100 Petr Machata wrote:
Matthias May [off-list ref] writes:quoted
Also there seems to be something wrong with ending, see https://netdev-2.bots.linux.dev/vmksft-net/results/433200/81-l2-tos-ttl-inherit-sh The test outputs the results in a table with box drawing characters (┌─┬┐├─┼┤└─┴┘)It looks like whatever is serving the output should use MIME of "text/plain;charset=UTF-8" instead of just "text/plain".
😮️ interesting. The table characters are not part of ASCII, right? So it must be using some extended charset. Firefox hid the option to tweak encoding tho so IDK what it actually uses :S