Re: Displaying Unicode characters in J#
From: George Birbilis [MVP J#] [9880] (birbilis_at_kagi.com)
Date: 08/07/04
- Previous message: George Birbilis [MVP J#] [9880]: "Re: Use VJ# as a way to learn Java?"
- In reply to: Lars-Inge Tønnessen: "Re: Displaying Unicode characters in J#"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 8 Aug 2004 02:39:24 +0300
if the "System.out.println" doesn't print the char OK I suppose it's a J#
bug (unless in pure Java you have to set the output font etc. which isn't
the case for writing to console [unless you've redirected the output stream
and are writing somewhere else])
> Please try the J#.net version (not java version).
>
> This is working for me in :
> - Visual Studio 2002 J# v 1.0
> - Visual Studio 2003 J#. v 1.1
> - Visual Studio 2005 Beta 1 J# v 2.0 beta
>
> System.Console.WriteLine("\u03B2");
>
>
> Regards,
> Lars-Inge Tønnessen
> www.larsinge.com
>
>
- Previous message: George Birbilis [MVP J#] [9880]: "Re: Use VJ# as a way to learn Java?"
- In reply to: Lars-Inge Tønnessen: "Re: Displaying Unicode characters in J#"
- Messages sorted by: [ date ] [ thread ]
Loading