Maxim Biro ec2ee10f34
[core] Fix the byte string-format going over the specified byte limit
The byte string-format should be applied after the sanitization is done,
as sanitize might replace a single byte character with a multi-byte one,
e.g. '/' with '⧸', making the resulting string go over the desired byte
limit.

Fixes #10060
2024-07-03 14:55:48 -04:00
..
2022-11-16 06:57:07 +05:30
2024-03-11 00:48:47 +05:30
2024-07-01 22:51:27 +00:00