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