Re: [Ikvm-developers] Problem with indexOf()
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2008-06-19 06:00:56
|
Hi Michael,
This was fixed in 0.34.0.2.
Regards,
Jeroen
> -----Original Message-----
> From: ikv...@li... [mailto:ikvm-
> dev...@li...] On Behalf Of Michael Kay
> Sent: Wednesday, June 18, 2008 23:47
> To: ikv...@li...
> Subject: [Ikvm-developers] Problem with indexOf()
>
> The following program outputs -1 when run under Sun JDK:
>
> public class IndexOf {
> public static void main(String[] args) throws Exception {
> System.err.println("Strasse".indexOf("ß"));
> }
> }
>
> When run under ikvm (0.32.0.0), it outputs "4".
>
> For avoidance of doubt, the argument of indexOf is Unicode 00DF, German
> sharp s.
>
> This was obtained running under ikvm directly, but the problem was
> first observed with code compiled using ikvmc.
>
> Michael Kay
> http://www.saxonica.com/
>
>
> -----------------------------------------------------------------------
> --
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for just about anything
> Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Ikvm-developers mailing list
> Ikv...@li...
> https://lists.sourceforge.net/lists/listinfo/ikvm-developers
|