tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

LP: Investigate Windows emoji ID paste issue #329

Open hansieodendaal opened 3 months ago

hansieodendaal commented 3 months ago

Attached logs shows the difference between Windows and Ubuntu when trying to paste the Tari nextnet wallet address as an emoji ID string (πŸπŸ‘˜πŸŽ©πŸŽˆπŸŽΉπŸ‘»πŸŒΈπŸ‘½πŸ‘‘πŸ‘’πŸ·πŸ“πŸ“‘πŸŒŸπŸͺπŸŽΊπŸŒ΅πŸš•πŸ’˜πŸ“πŸŽ€πŸŒπŸš•πŸ“πŸ…πŸš¦πŸ’ŒπŸ…πŸˆπŸ‘“πŸͺ🍹🚧) vs. a hex string (ae766420489a2090b15d3d8611bac3e17d468ba6c3984e935d387529214604627d).

crossterm_events_windows.log

crossterm_events_ubuntu.log

It is possible that crossterm do not support the extended character set in Windows, however, the labelled input field can display the emoji ID string.

Ubuntu

Image

Windows Powershell and Windows Command Console/Prompt

Image