[ANN] WideString findSubstring patch attempt

Philippe Marschall philippe.marschall at gmail.com
Sat Jul 28 07:12:10 UTC 2007


2007/7/28, nicolas cellier <ncellier at ifrance.com>:
>
> 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...

Well it gives me exactly the same I would get when running a web application.

Philippe



More information about the Squeak-dev mailing list