We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let printValue = encoder.text("中国").encode()
The text was updated successfully, but these errors were encountered:
https://www.cnblogs.com/jackadam/p/17790516.html 或许对你有帮助,我使用iconv-lite,转编码为gb18030,可以打印中文。
Sorry, something went wrong.
你好,请问你实现了吗
大佬你好,调用iconv.encode("中文", 'gb18030') 的返回的是一个Buffer类型,应该如何使用呢,你是修改了这个库的源码?
No branches or pull requests
let printValue = encoder.text("中国").encode()
The text was updated successfully, but these errors were encountered: