Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

Some emoji don't displayed #2525

Open pur-jus opened 1 year ago

pur-jus commented 1 year ago

Versions

ConEmu build: 221218 [64] OS version: Windows 10.0.19044.x64 Used shell version: cmd

Problem description

I try to custom my prompt line with Starship but some emojis don't displayed. 😢 I installed CLink, add the associated Lua script for Starship, installed some Nerd fonts (Hack NF, FiraCode NF...) without any success. When I execute utf-8-test.cmd (C:\Program Files\ConEmu\ConEmu\Addons) not all special characters are displayed correctly. Same wrong result when I try to display the snake emoji (Unicode: U+1F40D, UTF-8: 0xF0 0x9F 0x90 0x8D)

I try also to set chcp utf-8 within Startup/environment ConEmu settings and "play" with the policies of the real console.

I don't understand where is the mistake. Can you help me?