ring-transit icon indicating copy to clipboard operation
ring-transit copied to clipboard

Handle Umlauts correctly

Open sveri opened this issue 9 years ago • 1 comments

Hi,

I recently opened an issue for transit-clj regarding Umlauts. However, discussing the problem it seems that transit itself can handle them, but somehow in my usecase they were not converted correctly. This is the issue https://github.com/cognitect/transit-clj/issues/24.

Short version: I want to return some data from a web backend and use ring-transit and cljs-ajax for this, in my frontend however, the data is displayed in the wrong format.

I am not sure if your library is responsible for this, it would be nice if you could have a look.

sveri avatar Mar 10 '15 19:03 sveri

@sveri, really sorry for the incredibly late response.

I'm not certain that this library is responsible for your issue either (not uncertain either). I added umlauts into a couple of test cases to ensure that what's going in and coming out of ring-transit is correct. Could this perhaps have to do with the request/response's Content-Type not specifying the proper charset?

jalehman avatar Oct 10 '15 21:10 jalehman