Just use the example shiped with IronPython9.0.
Add a class named Embed5
public class Embed5
{
//the file to be executed
const string fileName = @"D:/TestChinese.py";
public static void Run()
Would it be possible for you to send us a short code snippet that you had
problem with? I would like to find out whether the problem is in parsing,
encoding usage, etc.
Martin
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
??Sent: Wednesday, August 10, 2005
it seems that ironpython does not support chinese.
i used ironpython in one project
and tried to display some information in chinese ,
but these words can't be correctly displayed.
i wonder if u could kindly give me some advice on sovling this problem.