Google Developer Day 2008 Japan に登録できない件

全部入れて、"送信"って押すと、↓こんなんになります。

ユニコードへのエンコードで落っこちてるっぽいから、 いろいろ英語に書き換えてみたんだけど駄目で、

ご意見や、ご要望など~のところに書くのをやめたら通りました。 つか、エラー用の画面ださなきゃダメでしょっていう。

グーグルなんだから、ここら辺は、当たり前の用にちゃんとしてほしいっす。。


Traceback (most recent call last): File "/base/python_lib/versions/1/google/appengine/ext/webapp/init.py", line 486, in call handler.post(*groups) File "/base/data/home/apps/devdayreg/1.146/devday.py", line 84, in post EvReg.put() File "/base/python_lib/versions/1/google/appengine/ext/db/init.py", line 602, in put self.save_to_entity() File "/base/python_lib/versions/1/google/appengine/ext/db/init.py", line 621, in save_to_entity self.store_to_entity(self.entity) File "/base/python_lib/versions/1/google/appengine/ext/db/init.py", line 587, in _store_to_entity entity[prop.name] = datastore_value File "/base/python_lib/versions/1/google/appengine/api/datastore.py", line 341, in setitem datastore_types.ToPropertyPb(name, value) File "/base/python_lib/versions/1/google/appengine/api/datastore_types.py", line 966, in ToPropertyPb pbvalue.set_stringvalue(unicode(v).encode('utf-8')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 0: ordinal not in range(128)