ES isn't properly handling unicode ? advice for debugging this problem?

I have unit tests setup to test using transport client to write unicode
data into ES and then read it back out.

It's using the standard ElasticsearchIntegrationTest that ES recommends.

I'm using MY JSON encoder... and then I write my JSON to the
TransportClient, and read it back out, and it's correct!

The problem is that IN PRODUCTION it doesn't work and all my data is
garbled. I think it's treading the data either as ASCII or ISO-8859-1
(which are the usual defaults).

What's the best way to test this.

I imagine I could sue ethereal to look at the raw protocol and verify that
the data is being sent properly.

The only other thing I can think of is to step through ES directly in a
debugger.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/fa5bb1a1-9e1e-4376-b947-5bffeab8efee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.