I use PDesk on Windows. So I want to make original export PlugIn in Python But some Japanese Charactor isn't work when use regular expression.
Please help me.
Logged In: YES user_id=671720
python 2.3 not support CJK charactors, so do PDesk......
The possible solution is trying to use PDesk cvs version and install CJK codec in your system.
CJK module will be included in future python 2.4. At that time, the PDesk build may also include the CJK module. So, just be patient....
Log in to post a comment.
Logged In: YES
user_id=671720
python 2.3 not support CJK charactors, so do PDesk......
The possible solution is trying to use PDesk cvs version and
install CJK codec in your system.
CJK module will be included in future python 2.4. At that
time, the PDesk build may also include the CJK module. So,
just be patient....