michael@0: var f = function (q) { return q['\xC7']; } michael@0: var d = eval(uneval(f)); michael@0: assertEq(d({'\xC7': 'good'}), 'good'); michael@0: michael@0: if (typeof reportCompare === "function") michael@0: reportCompare(true, true);