I created a dijit Tree with a json resource and it displays the german special characters like ä, ö, ü as "?" symbols. the same happens if i want to display this characters in a dojox Grid. the page encoding and charset is set to utf 8.
here's an example of my tree:
for those who dont't know about jsp, "<%@ page language="java" pageEncoding="UTF-8"%>" tells the server to return the response in utf-8 format.
customerTree.jsp start:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
