SeasideSt/Grease

GRPharoCodecTest>>testLanguageTag broken in Pharo 9

Closed this issue · 0 comments

This change in Pharo 9 breaks the GRPharoCodecTest>>testLanguageTag test.

pharo-project/pharo@202cd0d

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.