Forum OpenACS Development: Re: Charset difference with NaviServer and OpenACS 5.9: ���-���-�

Sorry, I forgot to say that the original character sequence was "äöü-ÄÖÜ-ß" that got displayed as ���-���-�.
Hi Frank,

maybe something is wrong with your templates and/or setup. The following is supposed to work (and works on openacs.org, (try /stream-on).

-g

set title "Some Title"
set context [list $title]
set template [parameter::get -package_id [ad_conn subsite_id] -parameter StreamingHead] 
ad_return_top_of_page [ad_parse_template -params [list context title] $template]

foreach i {1 2 3} {
    ns_write "$i...<äüö> <ÄÜÖ>\n"
    ns_sleep 2
}
ns_write "
DONE\n"