Chromium Code Reviews| Index: chrome/tools/convert_dict/hunspell_reader.cc |
| =================================================================== |
| --- chrome/tools/convert_dict/hunspell_reader.cc (revision 23601) |
| +++ chrome/tools/convert_dict/hunspell_reader.cc (working copy) |
| @@ -20,7 +20,7 @@ |
| static_cast<unsigned char>((*line)[2]) == 0xbf) |
| *line = line->substr(3); |
| - TrimWhitespace(*line, TRIM_ALL, line); |
| + TrimWhitespaceUTF8(*line, TRIM_ALL, line); |
| } |
| std::string ReadLine(FILE* file) { |