Hi,
i'm testing pythonnet25 in my ubuntu 7.04:
1. Some changes in makefile
RUNNER=mono
ILDASM=monodis
ILASM=ilasm
CSC=gmcs
PYTHONVER=PYTHON25
all: python.exe clr.pyd
(i dont't build Python.Test.dll)
2. Some changes in /etc/mono/config:
(To tell mono where is python library)
3. run : ma
angel ignacio colmenares laguado wrote:
a.Name
> u'\U00420041\U00440043E\U0834d138\x00'
print a.Name
> 𠁁E
>
>
> and this is the problem: i can't get a string from net in pythonnet !!!
>
> some ideas what is wrong ?
I've a pretty good idea what is wrong. It's related to your changes t
angel ignacio colmenares laguado wrote:
> and this is the problem: i can't get a string from net in pythonnet !!!
>
> some ideas what is wrong ?
Oh h... It's going to be a PITB to fix it. Microsoft's specs don't care
about UCS-4 and UTF-32. They only support Windows like wide strings (aka
UCS-2).