projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a6fde6c
dae16f7
)
Merge branch 'mb4-string-only' into 'master'
author
Andrew Dolgov
<cthulhoo@gmail.com>
Tue, 26 Jul 2016 20:38:48 +0000
(23:38 +0300)
committer
Andrew 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