Sat, Feb 1, 5:07 PM CST

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Staff

Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)

We now have a ProPack Section in the Poser FreeStuff.
Check out the new Poser Python Wish List thread. If you have an idea for a script, jot it down and maybe someone can write it. If you're looking to write a script, check out this thread for useful suggestions.

Also, check out the official Python site for interpreters, sample code, applications, cool links and debuggers. This is THE central site for Python.

You can now attach text files to your posts to pass around scripts. Just attach the script as a txt file like you would a jpg or gif. Since the forum will use a random name for the file in the link, you should give instructions on what the file name should be and where to install it. Its a good idea to usually put that info right in the script file as well.

Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: Japanese Mac Poser Python User Unicode Character Set Query


an0malaus ( ) posted Tue, 12 April 2005 at 4:34 AM · edited Tue, 26 November 2024 at 11:18 PM

Is anyone familiar with using unicode text formatting on the Mac for multi-byte character sets such as Japanese, etc.? I'm trying to find a Mac Python equivalent to the windows supported unicode("Your text here", "mbcs") string conversion. MBCS has a windows origin (though Mac operating systems supported non-latin, non-english character sets and writing directions prior to their implementation in Windows. So far there has not been an implementation of the unicode "mbcs" codec for Mac Python.



My ShareCG Stuff

Verbosity: Profusely promulgating Graham's number epics of complete and utter verbiage by the metric monkey barrel.


ytetsu ( ) posted Thu, 14 April 2005 at 6:53 AM · edited Thu, 14 April 2005 at 6:55 AM

I'm using Windoos, so I'm not sure about Mac.

If you can not show Japanese character although specify japanese font after unicode("..."."mbcs"), font("Japanese font name", size, attribute), plese change encoding="ascii" to encoding="mbcs" in the site.py at ":Runtime:Python:Lib".

I could show japanese changing abobe on Poser5J with WinXP.
But in normal case, I can show japanes only write like followings.
Label(master,text=unicode("Japanese characters","mbcs"),font=("Japanese font name"),14,"bold")...

Message edited on: 04/14/2005 06:55


Privacy Notice

This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.