mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #422] [MERGED] fix: garbled characters caused by atob #607
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/422
Author: @52funny
Created: 7/22/2024
Status: ✅ Merged
Merged: 7/22/2024
Merged by: @sigoden
Base:
main← Head:issue419📝 Commits (2)
1b8d8cbfix: garbled characters caused by atob7c0e5afstyle: rename function name📊 Changes
1 file changed (+20 additions, -1 deletions)
View changed files
📝
assets/index.js(+20 -1)📄 Description
This commit fixes a problem with
atobnot parsing non-ASCII characters. The Uint32Array view is utilized to process 4 bytes at a time, potentially providing an additional performance boost when working with large amounts of data.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.