]> git.wh0rd.org - tt-rss.git/commit
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)
commit9e38b6ca790cc1e23907d29c128cc003eb7703e6
treecdba279c27a7c32dfe69b0ba83ae5a5301cd5b55
parenta6fde6c99f7295f0a3fc3e97333158b10e714af5
parentdae16f72c9551584ccccce2e058f179f62b6ed09
Merge branch 'mb4-string-only' into 'master'

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