mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #701] 🐞Bug for Emoji of Unicode character set to clipboard📋 #568
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#568
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @dnknn on GitHub (Aug 11, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/701
Originally assigned to: @NickeManarin on GitHub.
Ctrl+S, and then type the file name, if it contains Emoji, it will not be copied to the clipboard normally. A picture tells everything 👇Details
Current bug:
\xx\
??Temporary Lock??.gif(The path string output to the clipboard)Expected behavior:
\xx\
🔏Temporary Lock🔏.gif(The path string output to the clipboard)How to fix:
Support Unicode character set coding (UTF-8+/16+) into clipboard to fix this bug.
@NickeManarin commented on GitHub (Aug 12, 2020):
Fixed.
Thanks for the feedback.