Skip to content

Perfetto UI - 4eae8905e835a9

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Oct 15:52
· 378 commits to sokatoa since this release
tp: open files with utf-8 encoding in gen_amalgamted_sql.py (#3343)

Fixes #3342

----

In Korean locales it is not unusual that the platform default encoding
on Windows is the EUC-KR codepage, so on these and other systems that
don't default to UTF-8, it would help to have any build script that
loads UTF-8 files make that explicit in their code.

Signed-off-by: Christian W. Damus <cdamus.ext@eclipsesource.com>