dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

String>>match: does not work correctly for non-ascii characters or mixed encodings #1173

Closed blairmcg closed 1 year ago

blairmcg commented 1 year ago
'#€#a' match: '🐬€🍺a'

Should be true, but is false.

Fixed in Dolphin 8. Need to backport a80cac8cace39f0b5b7359cba38bc4abf4d40024 and 7854cd6f9e751b33ad00afbde772135dcd6b63da

blairmcg commented 1 year ago

Fixed by #1175