On Wed, Jan 9, 2013 at 12:49 PM, Korbinian Moser
<
korbini...@gmail.com> wrote:
> Try this code in API or the simple POST form:
>
> console.log({'test':'ä'});
>
> It will be compressed to an empty string.
Can you tell me how are you POST'ing to the API?
I just use the compily.py from:
https://developers.google.com/closure/compiler/docs/api-tutorial1
python compile.py 'console.log({'test':'ä'});'
and got:
console.log({test:\u00e4});