Sign in
android
/
platform
/
external
/
python
/
mako
/
9cb49e7
/
.
/
test_htdocs
/
read_unicode.html
blob: aeb728190347fdb181f6649cf02f6ac652e96937 [
file
] [
log
] [
blame
]
<%
try
:
file_content
=
open
(
path
)
except
:
raise
"Should never execute here"
doc_content
=
''
.
join
(
file_content
.
readlines
())
file_content
.
close
()
%>
${doc_content | encoding('utf-8')}