# | Line 122 | Line 122 | void Bender::bend(const string& path) | |
---|---|---|
122 | ||
123 | void Bender::pass(const string& path) | |
124 | { | |
125 | < | cout << "Content-Type: text/xml; charset=ISO-8859-1\n\n"; |
125 | > | cout << "Content-Type: text/xml; charset=UTF-8\n\n"; |
126 | ||
127 | ifstream fin(path.c_str()); | |
128 | string line; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |