aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Charset.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Charset: GetFSCharset() returns "utf-8" by defaultMax Kellermann2013-10-171-1/+1
| | | | | | If fs_charset is empty, i.e. we're using the default "utf-8", GetFSCharset() should return exactly that instead of an empty std::string.
* fs/Charset: don't allow nullptr argumentsMax Kellermann2013-10-171-3/+3
|
* fs/Path: move configuration code to Config.cxxMax Kellermann2013-10-171-0/+50