Skip to content

WIP: fix encoding utils add new - #80

Draft
ross-spencer wants to merge 1 commit into
mainfrom
dev/encoding-utils
Draft

WIP: fix encoding utils add new#80
ross-spencer wants to merge 1 commit into
mainfrom
dev/encoding-utils

Conversation

@ross-spencer

Copy link
Copy Markdown
Collaborator

No description provided.

@ross-spencerross-spencer changed the title WIP; fix encoding utils add newWIP: fix encoding utils add newNov 23, 2025
"UTF-32BE",
"SHIFT-JIS",
"BIG5",
]

Copy link
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

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

"UTF-8",
"UTF-16",
"UTF-16LE",
"UTF-16BE",
"UTF-32",
"UTF-32LE",
"UTF-32BE",
"SHIFT-JIS",
"BIG5",

I think these actually all are different and one main difference seems to be the inclusion of the byte-order-mark. We should check.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ross-spencer