Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] help! problem about encoding


How are you building your application? Which version of AspectJ are you using? I presume you get the expected output when you application is compiled with javac (or equivalent)?

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/



"Heping Zhang" <phoenix.zhp@xxxxxxxxx>
Sent by: aspectj-users-bounces@xxxxxxxxxxx

06/01/2007 13:11

Please respond to
aspectj-users@xxxxxxxxxxx

To
aspectj-users@xxxxxxxxxxx
cc
Subject
[aspectj-users] help! problem about encoding






hi,
In aspectj project when I use System.out.println("something"); and that "something" is not English words, the output is not encoded correctly. For example, I want print "你好你好" but get "浣犲ソ浣犲ソ".  Can someone help me?
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top