| 1163 | } |
| 1164 | |
| 1165 | void getString(ClumpletReader& reader, string& s) |
| 1166 | { |
| 1167 | reader.getString(s); |
| 1168 | if (!dpb_utf8_filename) |
| 1169 | ISC_systemToUtf8(s); |
| 1170 | ISC_unescape(s); |
| 1171 | } |
| 1172 | }; |
| 1173 | |
| 1174 | const CoercionArray* Database::getBindings() const |
no test coverage detected