|
export at hope.cz
export at hope.cz
Wed Jan 31 14:16:29 EST 2007
How can set utf-8 charset using mod_python handler?
I used in my handler
req.write(''' <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>")
..
..
but it does not work.
Thank you for help
L.
|