Hi,I have recently downloaded LCDS to try. I was interested in using
Javascript for remoting. I have a Java-based web application on the
server side, and use HTML + Javascript (dataservices-client.js) to
send/receive messages asynchronously in AMF format.I can both send and
receive data (not only simple types, but objects with several
attributes), however when I receive data from the server side that
contains special chars (e.g. á, ï), I get some gibberish in my
javascript objects. This is not s...