[ANN] WideString findSubstring patch attempt

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sat Jul 28 10:54:34 UTC 2007




El 7/27/07 8:11 PM, "nicolas cellier" <ncellier at ifrance.com> escribió:

> 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

Nicolas:
Thanks for your work, but #('WideStringTest>>#testSubstrings') still fail in
3.10 with your fix





More information about the Squeak-dev mailing list