<div dir="ltr">Hi, <div>Thanks.</div><div>I am using Gson (google).</div><div><br></div><div>When I Gson in the client side - it passes to a correct json string .</div><div>then I send it through the interface of jsomRpc Client server and in the server side the string is with squares. </div>
<div><br></div><div>gsoning alone works fine in the client side. </div><div>Again, </div><div>thank you for your time.<br><br><div class="gmail_quote">On Mon, Oct 31, 2011 at 1:32 PM, Emile Joubert <span dir="ltr"><<a href="mailto:emile@rabbitmq.com">emile@rabbitmq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<div class="im"><br>
On 31/10/11 13:19, Mysurf Mail wrote:<br>
> Thanks for the answer.<br>
> Any suggestions how should I do some further investigations?<br>
> Thank you<br>
<br>
</div>I seem to recall that you were using a different JSON library than the<br>
one provided in the com.rabbitmq.tools.json namespace. If that is the<br>
case then you should check the documentation of your library. RFC4627<br>
supports any Unicode encoding, defaulting to UTF-8.<br>
<br>
If you are using the default JSON code in com.rabbitmq.tools.json<br>
namespace then you only have the option of using UTF-8. JsonRpcServer is<br>
based on StringRpcServer which only supports UTF-8.<br>
<font color="#888888"><br>
<br>
-Emile<br>
<br>
</font></blockquote></div><br></div></div>