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
hi, I have an issue while saving.. the cache is saved in ANSII encoding. Is there a way to force UTF8?
The text was updated successfully, but these errors were encountered:
Hello Deaks,
Incache use a package called "write" that use native fs. Already is UTF8 https://nodejs.org/api/fs.html#fs_fs_writefile_file_data_options_callback
Sorry, something went wrong.
Interesting thanks... if I check manually the file, it is indicating ANSI:
My generated file is UTF-8
No branches or pull requests
hi, I have an issue while saving.. the cache is saved in ANSII encoding. Is there a way to force UTF8?
The text was updated successfully, but these errors were encountered: