Metasequoia BBS

| New message | Normal | Tree |
Status
Tag
Keyword
[3845] PythonのmessageBoxで日本語を表示する方法 / a
Done [Bug report] Response
PythonのmessageBoxで日本語を表示するにはどうすればよいでしょうか?

MQSystem.messageBox("処理頂点数: ")
MQSystem.messageBox(u"処理頂点数: ")
x ファイルの文字コード(SJIS, UTF-8)の4通り試しましたが全部化けます。
2013-11-27 15:53
[3847] Re: PythonのmessageBoxで日本語を表示する方法 / Administrator
Tag has been changed from [Question] to [Bug report].
>PythonのmessageBoxで日本語を表示するにはどうすればよいでしょうか?
>
>MQSystem.messageBox("処理頂点数: ")
>MQSystem.messageBox(u"処理頂点数: ")
>x ファイルの文字コード(SJIS, UTF-8)の4通り試しましたが全部化けます。

文字コードは指定せず普通に""で囲うだけで大丈夫なのですが、ログ表示の部分で文字化けする本体側の不具合でした。
次のリリースで修正します。
2013-11-27 17:01