Open
Description
Follow up action item from a topic I raised in #5864 (comment) relative to adding some additional test repos to improve our coverage of string formatting with various characters and encodings.
One suggested repo to include is https://github.com/unicode-org/icu4x as well as some from https://github.com/unicode-rs
I opted to simply mention icu4x as part of this instead of directly adding it because I noticed that repo is using cargo make
and I didn't have bandwidth to determine if that'd cause any issues/require any additional changes to our script.
New repos can be wired up by adding a call site with respective args here:
Lines 170 to 192 in b069aac