GRPharoCodecTest>>testLanguageTag broken in Pharo 9
Closed this issue · 0 comments
jbrichau commented
This change in Pharo 9 breaks the GRPharoCodecTest>>testLanguageTag test.
The commit in Pharo mentions that it deprecates leadingChar and the old encoders, but actually because of the change in Character>>asUnicode
, it breaks the encoding where a leadingChar is used.
I'm not sure what needs to happen but recording this here for now.