summaryrefslogtreecommitdiffstats
path: root/src/io/bufferstream.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Purge gunichar from InkscapestreamEduard Braun2018-09-291-1/+1
| | | | | | | | | | None of these functions seems to expect an actual gunichar (which is a 32-bit type and can hold any UTF-32 or UCS-4 character code, also known as a Unicode code point). Instead we want UTF-8 encoded character data (i.e. gchar, which is equivalent to char) that can be output byte-wise to form a valid UTF-8 encoded string.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-5/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-111-0/+157
(bzr r12192)