iconv-lite
iconv-lite copied to clipboard
EBCDIC
Does iconv-lite
support EBCDIC?
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.
Personally I don't need much of EBCDIC; only four most common variations. I've requested a pull (#112).
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 it too ❤️
Add my vote for EBCDIC.
Add my vote too. Is it supported now ?
+1 -- would love to see EBDIC support.
+1 for EBCDIC support
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.
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.
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
@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?