Raphael Schweikert

Results 69 comments of Raphael Schweikert

This is a bug. Currently, all string escapes are parsed and represented in the charset specified. Since you probably did not specify a charset either in the parser settings or...

Put,`@charset latin1` or whichever your character set is at the top of the file. But as I said it's a bug which I have to fix because if \e116 is...

The only fix that will certainly work is using some utf-encoding all the way.

I agree the documentation on this should be improved. I think the reason this is a recommended option is that it’s the only way to guarantee that code points of...

It looks like there is also an HTTP config block: https://github.com/koreader/koreader-sync-server/blob/master/config/nginx.conf#L26 Its port is `1` concatenated with the HTTPS port number (7200 unless you set `GIN_PORT` to something else), thus...

I tried working around the issue using `gpg_advanced_options` but ran into an issue there as well: it’s not possible to pass in multiple options to `adv`, at least not the...