You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend
Hans-Werner Hilse a82bafc63c fix handling of invalid UTF8 sequences
external data (and in bad cases our own) can contain invalid byte
sequences in UTF8 strings. A prominent example are file names.
There was a 1-off bug in calculating the allowed length for multibyte
chars, and the iterator was a bit too greedy when stumbling upon
invalid sequences, returning a single "invalid" char for a sequence
up to the point where it became invalid in calculation. Now, we present
one invalid char for the first byte of that sequence and then check
for a valid char starting with the next byte.
10 years ago
..
apps show dictionary title in info popup when setting default dictionary 10 years ago
device Revert "smaller viewport for Kobo H2O (bezel overlaps bottom)" 10 years ago
document refactoring readerbookmark to show both bookmarks and highlights 10 years ago
ui fix handling of invalid UTF8 sequences 10 years ago
JSON.lua revert JSON hack since the unusual utf8 representation is fixed 11 years ago
MD5.lua make functions in MD5 implementation local 10 years ago
cache.lua fix cache implementation 10 years ago
cacheitem.lua cleanup: expand tab to 4 spaces 10 years ago
configurable.lua hold on config panel option to set default option 10 years ago
dbg.lua factor out dump() function, handle reference loops 10 years ago
device.lua Refactoring hardware abstraction 10 years ago
docsettings.lua factor out dump() function, handle reference loops 10 years ago
dump.lua fix dump() recursion detection 10 years ago
gettext.lua gettext: unescape \n 10 years ago
luxl.lua treate quoted slash as plain text in attribute value 10 years ago
optmath.lua cleanup: expand tab to 4 spaces 10 years ago