Mercurial > hg > orthanc
comparison Core/Toolbox.h @ 2442:330349d712f9
fix Toolbox::IsAsciiString
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 05 Dec 2017 21:58:09 +0100 |
parents | 68380777f9a6 |
children | 878b59270859 |
comparison
equal
deleted
inserted
replaced
2441:67c01a6f151e | 2442:330349d712f9 |
---|---|
150 #endif | 150 #endif |
151 | 151 |
152 bool IsAsciiString(const void* data, | 152 bool IsAsciiString(const void* data, |
153 size_t size); | 153 size_t size); |
154 | 154 |
155 bool IsAsciiString(const std::string& s); | |
156 | |
155 std::string ConvertToAscii(const std::string& source); | 157 std::string ConvertToAscii(const std::string& source); |
156 | 158 |
157 std::string StripSpaces(const std::string& source); | 159 std::string StripSpaces(const std::string& source); |
158 | 160 |
159 // In-place percent-decoding for URL | 161 // In-place percent-decoding for URL |