"Template:Embed text" uses DekiScript's "web.text" function, but
"web.text" can't read mutibyte characters
from url source.
Test page:https://developer.mozilla.org/User:Potappo/Test
The first sentece In this page is
{{web.Text("http://potappo.sakura.ne.jp/test.txt")}}.
I think the "web.text" function fail to or do not detect character encoding.
regards.
--
potappo
MDC Japanese Translation Leader
mail:pot...@gmail.com
blog:http://d.hatena.ne.jp/potappo/
- Steve
--------------
Steve G. Bjorg
http://mindtouch.com
http://twitter.com/bjorg
irc.freenode.net #mindtouch
> _______________________________________________
> dev-mdc mailing list
> dev...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-mdc
OK. I understand. Thanks for an information about Web.Text.
Sheepy, in the MDC server, "text/html" should be configured to set
"charset=UTF-8". Can this setting be possible?
http.conf or .htaccess example:
AddType "text/html; charset=utf-8" html htm
2009/10/22 Steve Bjorg <ste...@mindtouch.com>: