Tool, Java 状況Maven使用時、さっきまでビルドできていたプログラムが、急にビルドできなくなった。日本語を使用したテストメソッド名の行で、「hogehogeは不正な文字です」というエラーが出る。 環境Windows 7 (64bit)JDK 1.6.0_20Maven 2.2.1 (r801777) Ecli... 続きを読む
Trac0.11.2.1.ja.1で、Iniadminプラグインを利用しようとすると、特定のメニューで、以下のようなエラーが表示された。 UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 4: ordinal not in range(128) pythonではよくあることのようなの... 続きを読む
lyokato さん経由で woremacx さんに教えてもらった Using Unicode - Catalyst::Wiki に書いてあった use base 'Catalyst::Model::DBIC::Schema'; __PACKAGE__->config( schema_class => 'MyApp::Schema', connect_info => [ 'dbi:mysql:database:host', 'usern... 続きを読む
Using Unicode in Catalyst Applications It is essential that you load the Catalyst::Plugin::Unicode plugin to ensure proper decoding/encoding of incoming request parameters and the outgoing body response respectively. This is done in your MyAp... 続きを読む