[ANN] WideString findSubstring patch attempt

nicolas cellier ncellier at ifrance.com
Fri Jul 27 23:11:13 UTC 2007


I put some workaround at http://bugs.squeak.org/view.php?id=6366
Maybe tests can be completed, but that's a start.
Any volunteer to cross check ?


This also makes the test from Philippe give these results:

'#:\*' match: (String with: (Unicode value: 50976) with: (Unicode
value: 47532) with: (Unicode value: 47484)). -> false

'*' match: (String with: (Unicode value: 50976) with: (Unicode
value: 47532) with: (Unicode value: 47484)). -> true



Beware: (Character value: 47484) and (Unicode value: 47484) are not the 
same because of the charSet encoded in leadingChar...

In curent multilingual implementation, (Character value: 47484) is not 
really usable...

Nicolas




More information about the Squeak-dev mailing list