pebble-dev / rebble-emojis

Community made emojis for future Rebble firmware
21 stars 4 forks source link

Update the readme generation script to make it a bit more readable #20

Closed hellcp closed 2 years ago

hellcp commented 2 years ago

Table now has emojis of the same codepoint next to one another for easier readability

blakegearin commented 2 years ago

On L22 is there supposed to be a \ character before the U ?

image

Also might be good to make it U+ for easy searching.

blakegearin commented 2 years ago

Ohhh I see. You were trying to get the emoji to display in that column weren't you? Unfortunately \U may work locally but GitHub uses strings like :grinning: to display the emoji (😀)

hellcp commented 2 years ago

Huh, that seems like a bash bug then, that should turn emojis into utf-8 glyphs

blakegearin commented 2 years ago

Discussed on Discord. Differences were due to Bash adding unicode escape codes in 4.x and I was running 3.2.57 locally. Verified that the CI is running properly so we're good to merge.

+1