miniflux-v2/reader/json
Jan-Lukas Else 20cd023c07
Use runes instead of bytes to truncate JSON feed titles
This fix avoid breaking Unicode string. 

It solves this error:

pq: invalid byte sequence for encoding "UTF8": 0xf0 0x9f 0x9a 0x2e
2021-05-31 11:42:59 -07:00
..
doc.go Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
json.go Use runes instead of bytes to truncate JSON feed titles 2021-05-31 11:42:59 -07:00
parser.go Fix typo in reader/json/doc.go 2021-04-02 19:00:06 -07:00
parser_test.go Use runes instead of bytes to truncate JSON feed titles 2021-05-31 11:42:59 -07:00