Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ANSI_X3.4-1968 encoding #43185

Closed
SadhanaNatarajan12 opened this issue May 23, 2022 · 2 comments
Closed

Support for ANSI_X3.4-1968 encoding #43185

SadhanaNatarajan12 opened this issue May 23, 2022 · 2 comments
Labels
feature request Issues that request new features to be added to Node.js.

Comments

@SadhanaNatarajan12
Copy link

What is the problem this feature will solve?

There are other opensource libraries using the node module (buffer.js).
Currently, ANSI_X3.4-1968 encoding is not supported by the node module (buffer.js) and thereby their functionality fails, when an input with ANSI_X3.4-1968 encoding is encountered.

What is the feature you are proposing to solve the problem?

Add support for ANSI_X3.4-1968 encoding.

What alternatives have you considered?

No response

@SadhanaNatarajan12 SadhanaNatarajan12 added the feature request Issues that request new features to be added to Node.js. label May 23, 2022
@bnoordhuis
Copy link
Member

Just use Buffer.from(input, "ascii")? Please elaborate if that's not sufficient.

@bnoordhuis
Copy link
Member

Closing, no follow-up.

@bnoordhuis bnoordhuis closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js.
Projects
None yet
Development

No branches or pull requests

2 participants