Re: EventGhost 0.4.0 beta test
Posted: Wed Dec 23, 2009 2:25 pm
Hello again,
I have now used jEdit and saved the page with UTF-8 encoding. The error is different this time
It seems the web server tries to use ascii codec
If I open the page in the browser, page properties says it is UTF-8
Maybe I got spoiled with previous eg 0.3.7 because there it worked
Attached is also my html.page for reference where I have specified the character encoding to UTF-8
(r1307 on XP)
Best regards, Walter
I have now used jEdit and saved the page with UTF-8 encoding. The error is different this time
It seems the web server tries to use ascii codec
If I open the page in the browser, page properties says it is UTF-8
Maybe I got spoiled with previous eg 0.3.7 because there it worked
Attached is also my html.page for reference where I have specified the character encoding to UTF-8
(r1307 on XP)
Best regards, Walter
Code: Select all
15:18:23 ----------------------------------------
15:18:23 Exception happened during processing of request from ('192.168.10.3', 52268)
15:18:23 Traceback (most recent call last):
15:18:23 File "SocketServer.pyc", line 558, in process_request_thread
15:18:23 File "SocketServer.pyc", line 320, in finish_request
15:18:23 File "SocketServer.pyc", line 615, in __init__
15:18:23 File "BaseHTTPServer.pyc", line 329, in handle
15:18:23 File "BaseHTTPServer.pyc", line 323, in handle_one_request
15:18:23 File "C:\Program\EventGhost\plugins\Webserver\__init__.py", line 281, in do_GET
15:18:23 File "C:\Program\EventGhost\plugins\Webserver\__init__.py", line 215, in SendContent
15:18:24 File "socket.pyc", line 292, in write
15:18:24 UnicodeEncodeError: 'ascii' codec can't encode character u'\xc5' in position 910: ordinal not in range(128)
15:18:24 ----------------------------------------