× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Yeah, that actually makes some sense. Text is text and can be converted. Application data is data and shouldn't. It's your call whether your JSON data should be thought of as text or data, but if you go the data route, I guess you have to make sure you convert it yourself.

There's an API for that! :)



Mainly the application/* types aren't touched. text/* are converted
(depending on your configuration of course).

This was discussed a while back on this list I believe. Mainly because
application/json data won't get converted but if you use text/json it will.

But, application/json is the correct content-type for JSON so I believe
people were running into a similar issue in that the data was "garbage"
when in fact it was simply ASCII unicode.

Brad
www.bvstools.com

On Thu, Jan 12, 2017 at 1:40 PM, Joe Pluta <joepluta@xxxxxxxxxxxxxxxxx>
wrote:

Man, it's been a while since I played with that. Is there some rhyme or
reason as to which types get converted, Brad?

What does your config look like, and what is the content-type of the data?
The Apache server will convert ASCII to EBCDIC for some content types, but
not all. For example application/json is not converted and will need to
be
in your application.

Brad
www.bvstools.com



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.