From Blink testing with HB-HR:
STDERR: [9524:11572:0529/031140.483:FATAL:third_party/harfbuzz/src/src/rust\shape.rs:188] panicked at ../../third_party/harfbuzz/src/src/rust\shape.rs:188:53:
STDERR: called `Result::unwrap()` on an `Err` value: "invalid language"
For a library, I don't think we should panic on an invalid language here, but instead ignore it or assume a default.
From Blink testing with HB-HR:
For a library, I don't think we should panic on an invalid language here, but instead ignore it or assume a default.