Skip to content

gui: Using UTF-8 code pages in Windows#214

Merged
craftablescience merged 1 commit intocraftablescience:mainfrom
Starfelll:utf-8_open_file_path
Feb 14, 2025
Merged

gui: Using UTF-8 code pages in Windows#214
craftablescience merged 1 commit intocraftablescience:mainfrom
Starfelll:utf-8_open_file_path

Conversation

@Starfelll
Copy link
Contributor

https://learn.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page

Different languages of Windows may use different character encodings.
Decoding with UTF-8 will destroy the original byte data (UTF-8 encoding replaces unrecognizable bytes with a certain character), resulting in an error when saving the file.

a3123a32e5045b5f1c1fca330cb71da7
8b3e2f3a53a09d8440a1185120e280db
e71aae36e7b2761c39f82928496bed99

@craftablescience craftablescience added the bug Something isn't working label Jan 16, 2025
@craftablescience craftablescience mentioned this pull request Feb 14, 2025
@craftablescience craftablescience merged commit c36de5a into craftablescience:main Feb 14, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants