Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Basically, I and i are different letters in Turkic languages, and this
causes problems for str(n)casecmp and toupper/tolower in these locales
when dillo is dealing with ASCII.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When splitting long lines in plain text to avoid X11 coordinate
overflows we need to make sure that multibyte UTF-8 chars are not
split.
Additionally combining chars like accents should stay together with
their base char.
|
|
|
|
From looking at the IANA's currently-assigned media types,
allowing '+' and '.' would have been enough.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In discussion with corvid <corvid@lavabit.com>.
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed data guesser to detect ASCII, LATIN1, UTF8, KOI8-R, CP-1251 as text.
|
|
|
|
|
|
|
|
|