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