curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Is EBCDIC support gone?

From: Patrick Monnerat via curl-library <curl-library_at_lists.haxx.se>
Date: Wed, 20 Jul 2022 12:29:46 +0200

On 7/20/22 12:11, Daniel Stenberg via curl-library wrote:
> On Wed, 20 Jul 2022, Stephan Mühlstrasser via curl-library wrote:
>
>> Do I understand it correctly that EBCDIC support is gone now in general?
>
> Yes, that is correct.
>
This is true: libcurl internally only works on ASCII-based character sets.

However the OS400 platform interface still implements EBCDIC wrappers to
the API that are completely independent of the late CURL_DOES_CONVERSION
code.

This approach is less-error prone for libcurl's code as it concentrates
code conversion efforts to a single place. In addition, it offers (on
the OS400) at runtime the choice among using several EBCDIC variants and
to mix them.

-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2022-07-20