Skip to content

[htdocs] Update savecsv.js to save with utf-8 encoding#10380

Merged
driusan merged 1 commit intoaces:mainfrom
arnav-makkar:fix/10378-savecsv-utf-8
Apr 21, 2026
Merged

[htdocs] Update savecsv.js to save with utf-8 encoding#10380
driusan merged 1 commit intoaces:mainfrom
arnav-makkar:fix/10378-savecsv-utf-8

Conversation

@arnav-makkar
Copy link
Copy Markdown
Contributor

Brief summary of changes

Updated htdocs/js/workers/savecsv.js to:

  • prepend \uFEFF to CSV content
  • use Blob type text/csv;charset=utf-8;

I did not test this since the change is minimal and straightforward.

Link(s) to related issue(s)

@github-actions github-actions Bot added the Language: Javascript PR or issue that update Javascript code label Feb 20, 2026
Copy link
Copy Markdown
Contributor

@skarya22 skarya22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Sorry for the delay on my review

@skarya22 skarya22 added the Passed manual tests PR has been successfully tested by at least one peer label Apr 21, 2026
@driusan driusan merged commit 861f1ea into aces:main Apr 21, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Language: Javascript PR or issue that update Javascript code Passed manual tests PR has been successfully tested by at least one peer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[htdocs] Update savecsv.js to save with utf-8 encoding

3 participants