iconv-lite icon indicating copy to clipboard operation
iconv-lite copied to clipboard

EBCDIC

Open Mithgol opened this issue 9 years ago • 12 comments

Does iconv-lite support EBCDIC?

Mithgol avatar Nov 05 '15 14:11 Mithgol

Nope.. Will add if there's a need (a couple people ask) On Nov 5, 2015 06:46, "Mithgol" [email protected] wrote:

Does iconv-lite support EBCDIC?

— Reply to this email directly or view it on GitHub https://github.com/ashtuchkin/iconv-lite/issues/111.

ashtuchkin avatar Nov 05 '15 22:11 ashtuchkin

Personally I don't need much of EBCDIC; only four most common variations. I've requested a pull (#112).

Mithgol avatar Nov 06 '15 10:11 Mithgol

Will add if there's a need (a couple people ask)

I'd like EBCDIC support too! Is that the requisite couple of people? :)

ind1go avatar Sep 11 '18 16:09 ind1go

I would need it too ❤️

fabienjuif avatar Oct 05 '18 12:10 fabienjuif

Add my vote for EBCDIC.

jkyeung avatar Oct 22 '18 17:10 jkyeung

Add my vote too. Is it supported now ?

andemores avatar Dec 07 '18 10:12 andemores

+1 -- would love to see EBDIC support.

joransiu avatar Jan 10 '19 21:01 joransiu

+1 for EBCDIC support

matthiasbalke avatar Jan 15 '19 14:01 matthiasbalke

Can I understand what is required for EBCDIC support? i.e., what's the format of the conversion files that are required, or whatever the need is? If that was clear, we could definitely community-source this support.

ind1go avatar Jan 15 '19 15:01 ind1go

Will add if there's a need (a couple people ask)

I'd like EBCDIC support too! Is that the requisite couple of people? :)

I would need too.

mas00d avatar Dec 24 '19 13:12 mas00d

I will need this encoding as well...

EBCDIC is one of the 3 encodings accepted for flat files by the french revenue service for instance The other 2 are ASCII (!) and ISO 8859-15

source

xapou avatar Feb 21 '20 15:02 xapou

@ind1go wrote:

Can I understand what is required for EBCDIC support? i.e., what's the format of the conversion files that are required, or whatever the need is? If that was clear, we could definitely community-source this support.

Isn't the referenced PR handling the conversion "as necessary" already?

GitMensch avatar Aug 23 '22 16:08 GitMensch