blackbit42

Results 34 comments of blackbit42
trafficstars

Sounds like a reasonable idea to me, but since my compreheniton of HPGL is practically non-existing I cannot really say if that is the straight-forward thing to do. Do you...

I also notice that other non-ASCII characters are rendered correctly. Some examples: > *_* > „Economist“ ^ Those aren't regular double-quotes. > 👉 Does this have something to do with...

tumbleweed coming through...

Thanks for the response and looking into this. What can we do to debug this?

> in `misc.c` you'll find that `htmlentity_t` does list `#39` for the apostrophe. [misc.c#L127](https://github.com/bitlbee/bitlbee/blob/a3ca3ddb8b3ba10b1a88854f1ab73341d15abc6b/lib/misc.c#L127) ```C { "apos", "'" }, ``` Are we looking at different versions of the code? FWIW,...

``` $ grep "\"'\"" lib/misc.c { "apos", "'" }, { "#39", "'" }, $ ``` Both map to `'`, funnily enough. I hope that is how it should be.

``` $ curl -s 'https://chaos.social/@LaF0rge/112658685032133855' | grep "'" LaF0rge: "Sadly Col de l'Iseran and Col du Galibier were bo…" - chaos.social Sadly Col de l'Iseran and Col du Galibier were...

I added some q&d debug output. ```diff diff --git a/src/mastodon-lib.c b/src/mastodon-lib.c index dea5094..aebc4c0 100644 --- a/src/mastodon-lib.c +++ b/src/mastodon-lib.c @@ -673,6 +673,9 @@ static struct mastodon_status *mastodon_xt_get_status(const json_value *node, st if...

Actually, since I run a self-compiled bitlbee-mastodon, i cannot observe the problem anymore. All occurances of single quotes in my timeline since then (a count of 4) are displayed correctly....

I have not compiled bitlbee from source. Honestly, I cannot say why the issue isn't observable now.