]> git.wh0rd.org - tt-rss.git/commitdiff
Merge branch 'mb4-string-only' into 'master'
authorAndrew Dolgov <cthulhoo@gmail.com>
Tue, 26 Jul 2016 20:38:48 +0000 (23:38 +0300)
committerAndrew Dolgov <cthulhoo@gmail.com>
Tue, 26 Jul 2016 20:38:48 +0000 (23:38 +0300)
Only strings need 4-byte filtering.

Things like booleans, integers, etc. can be excluded as only strings have 4-byte characters.

Keeps the data types consistent.

See merge request !30


Trivial merge