Page 1 of 1

Jade6.3.03 unicode version Exposure Error -- Constant Strin

Posted: Fri Aug 07, 2009 1:28 pm
by ConvertFromOldNGs
by Didier >> Thu, 7 May 2009 7:14:57 GMT

Hi:
We define constants in a Class
eg :
in class User, define a const

information displayed in IDE as following
========================================================
Name: Code_MySelf (0)
Class: User ()
Type: String
Access:
Definition: "MySelf"
========================================================

After Exposering in to User.cs file
========================================================
#region Jade Constants

public const String Code_MySelf = "µs”Ÿ•";
========================================================

show the funny char.
My machine local is China.

Is it a bug ?
or need some other setup to workaround this issue ?

Appreciate for any help.

Didier
2009.05.07

Re: Jade6.3.03 unicode version Exposure Error -- Constant Strin

Posted: Fri Aug 07, 2009 1:28 pm
by ConvertFromOldNGs
by Dean Cooper >> Thu, 7 May 2009 7:27:04 GMT

Can you please attach the User.cs file that displays the problem (or any cs file generated from JADE that demonstrates the issue, if you don't want to attach the User.cs file).

Thanks,
Dean.

Re: Jade6.3.03 unicode version Exposure Error -- Constant Strin

Posted: Fri Aug 07, 2009 1:28 pm
by ConvertFromOldNGs
by Didier >> Fri, 8 May 2009 0:46:02 GMT

Hi:
Attached 2 files.
User.cls: Extracted from JADE.
User.cs : Exposured from JADE.

Didier
2009.05.08