DevTools encoding supports multibyte characters (e.g. "🟩") (#22424)
Changes our text encoding approach to properly support multibyte characters following this algorithm. Based on benchmarking, this new approach is roughly equivalent in terms of performance (sometimes slightly faster, sometimes slightly slower). I also considered using TextEncoder/TextDecoder for this, but it was much slower (~85%).
B
Brian Vaughn committed
2e41568313620ab564425be7e5d777581e2db5d4
Parent: c88fb49
Committed by GitHub <[email protected]>
on 9/27/2021, 5:34:39 PM