Hi, I have a simple adp page, naviserver 4.99.11a3 Here it is: ====== <% ns_puts
ns_puts "周一" %> ====== but my browser shows only trash? What I need to change to show not ANSI characters? Thank you ---- http://naviserver.sourceforge.net/n/naviserver/files/ns_puts.html%|%ns_puts%|% Try setup Content-Type to "Content-Type: text/plain; charset=UTF-8" or what charset you use, tell the browser which charset to decode. <>Naviserver