This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9246 - Messaging from voice.pl to sapi_voice.vbs mangled on Japanese Windows
Attached to Project:
Rockbox
Opened by Jonas Häggqvist (rasher) - Wednesday, 06 August 2008, 19:03 GMT+1
Last edited by Jens Arnold (amiconn) - Thursday, 07 August 2008, 22:06 GMT+1
Opened by Jonas Häggqvist (rasher) - Wednesday, 06 August 2008, 19:03 GMT+1
Last edited by Jens Arnold (amiconn) - Thursday, 07 August 2008, 22:06 GMT+1
|
DetailsBased on comments in
Ideally, sapi_voice.vbs should be fixed so that strings are always passed in a consistent way. One way, suggested by Taktak (Whick) is to encode the byte-value to ascii (numbers), and decode in sapi_voice.vbs. Patch for that in |
This task depends upon
Closed by Jens Arnold (amiconn)
Thursday, 07 August 2008, 22:06 GMT+1
Reason for closing: Fixed
Additional comments about closing: I've committed the patch, including a fix for the 'wide character' warning.
Thursday, 07 August 2008, 22:06 GMT+1
Reason for closing: Fixed
Additional comments about closing: I've committed the patch, including a fix for the 'wide character' warning.
These changes should also be tested on linux, as one of the changes in voice.pl will affect all platforms:
use open IN => ':utf8';
patch -p0 --binary <sapi_unicode.diff
Thank you so much!
My rockbox with this lang file is able to speak japanese and english well!
Will you commit it?
But those long long error was printed on screen while I was making japanese.lang on cygwin.
.(see attached file)
Now, I don't know why. I'm sorry that I'll go bed now.