Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Fri May 24, 2013 7:12 pm

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Tue Feb 05, 2013 5:55 am 
Newbie

Joined: Tue Feb 05, 2013 5:38 am
Posts: 12
this is the error report:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 17-19: ordinal not in range(128)
I wondered whether it lacks a specific font or not
for example
if I write my script like this:
label start:
"璃紗ちゃん、何か意見ありますか?"
it goes wrong
but this one:
label start:
"this is the first time for me to use ren'py"
is OK


Top
 Profile Send private message  
 
PostPosted: Tue Feb 05, 2013 6:06 am 
Crawling Chaos
User avatar

Joined: Mon Feb 13, 2012 5:37 am
Posts: 1117
Location: Kimashi Tower, Japan
Completed: SMAR,AAA
Projects: DMC
When ren'py scripts have non-ascii code (like Japanese) outside of "", then this error shows up.
Make sure always turn off IME in your script outside of "", and " itself, and save as UTF-8.
BTW, if it lacks font, it just shows weird characters without errors.

If you're Japanese, I'll answer in Japanese.

_________________


Top
 Profile Send private message  
 
PostPosted: Tue Feb 05, 2013 6:27 am 
Newbie

Joined: Tue Feb 05, 2013 5:38 am
Posts: 12
nyaatrap wrote:
When ren'py scripts have non-ascii code (like Japanese) outside of "", then this error shows up.
Make sure always turn off IME in your script outside of "", and " itself, and save as UTF-8.
BTW, if it lacks font, it just shows weird characters without errors.

If you're Japanese, I'll answer in Japanese.


thank you very much
the problem has been solved


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group