Can't load traces with non-ASCII Characters in page title.
chihuahua opened this issue · 1 comments
chihuahua commented
Doing so makes json parsing logic in WTF err. Perhaps we should encode strings in traces as blobs and then have the browser natively interpret the blobs as strings via FileReader.readAsText
while decoding.
benvanik commented
ah, true -- https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder may be useful, too