FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Simplify UTF8 StrPtr usage by filmor · Pull Request #2374 · pythonnet/pythonnet · GitHub

Simplify UTF8 StrPtr usage - #2374

Merged
filmor merged 4 commits into
masterfrom
simplify-utf8-strptr
Jun 8, 2024
Merged

Simplify UTF8 StrPtr usage#2374
filmor merged 4 commits into
masterfrom
simplify-utf8-strptr

Conversation

filmor commented May 6, 2024
edited
Loading

Copy link
Copy Markdown
Member

Default to UTF8 for StrPtr, as that is used in all but one case.

filmor added 3 commits May 5, 2024 20:42
The documentation of the used `PyUnicode_DecodeUTF16` states that not
passing `*byteorder` or passing a 0 results in the first two bytes, if
they are the BOM (U+FEFF, zero-width no-break space), to be interpreted
and skipped, which is incorrect when we convert a known "non BOM"
string, which all strings from C# are.
filmor marked this pull request as draft May 6, 2024 11:52
filmor marked this pull request as ready for review June 8, 2024 06:33
filmor merged commit f82aeea into master Jun 8, 2024
filmor deleted the simplify-utf8-strptr branch June 8, 2024 23:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to 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.

2 participants


Back | FazBrowse Home | New Git URL