lowdown icon indicating copy to clipboard operation
lowdown copied to clipboard

Gemini output prints smart punctuation characters as "â" (hex codepoint e2)

Open rnkn opened this issue 1 year ago • 0 comments

Hello!

I know that Gemini support is experimental so I hesitate to raise this, but Gemini output seems to print smart punctuation characters as "â" (hex codepoint e2)

$ echo \"---\" | lowdown -Tgemini
???
$ echo \"---\" | lowdown -Tgemini | xxd -p
e2e2e20a

This only seems to happen with a subset of UTF-8 characters, as most other characters (including "â") output correctly.

rnkn avatar Jun 19 '24 08:06 rnkn