Re: Displaying Unicode characters in J#

From: George Birbilis [MVP J#] [9880] (birbilis_at_kagi.com)
Date: 08/07/04

  • Next message: Lars-Inge Tønnessen [VJ# MVP]: "Re: Use VJ# as a way to learn Java?"
    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
    >
    >


  • Next message: Lars-Inge Tønnessen [VJ# MVP]: "Re: Use VJ# as a way to learn Java?"
    Loading