X Tutup
Skip to content

Web: Fix clipboard text encoding in update_clipboard_callback#110544

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
troybonneau:master
Jan 8, 2026
Merged

Web: Fix clipboard text encoding in update_clipboard_callback#110544
akien-mga merged 1 commit intogodotengine:masterfrom
troybonneau:master

Conversation

@troybonneau
Copy link
Contributor

Web only.
Replaces direct assignment with String::utf8 to ensure clipboard text is correctly interpreted as UTF-8.

Fixes #108591

@troybonneau troybonneau requested a review from a team as a code owner September 16, 2025 02:37
@AThousandShips AThousandShips added bug platform:web topic:gui cherrypick:4.5 Considered for cherry-picking into a future 4.5.x release labels Sep 17, 2025
@AThousandShips AThousandShips added this to the 4.6 milestone Sep 17, 2025
@akien-mga akien-mga changed the title Fix clipboard text encoding in update_clipboard_callback Fix clipboard text encoding in update_clipboard_callback Jan 8, 2026
Replaces direct assignment with String::utf8 to ensure clipboard text is correctly interpreted as UTF-8.
@akien-mga akien-mga changed the title Fix clipboard text encoding in update_clipboard_callback Web: Fix clipboard text encoding in update_clipboard_callback Jan 8, 2026
@akien-mga akien-mga merged commit 886e814 into godotengine:master Jan 8, 2026
20 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

@akien-mga
Copy link
Member

Cherry-picked for 4.5.2.

@akien-mga akien-mga removed the cherrypick:4.5 Considered for cherry-picking into a future 4.5.x release label Jan 8, 2026
rivie13 pushed a commit to rivie13/Phoenix-Agentic-Engine that referenced this pull request Feb 16, 2026
Web: Fix clipboard text encoding in `update_clipboard_callback`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Errors with pasting into TextEdit on Web export

3 participants

X Tutup