blob: 8f1cb7d91ea1dfa51e2e076c12d821fced8e9e44 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_RESOURCES_CHROMEOS_ZIP_ARCHIVER_CPP_CHAR_CODING_H_
#define CHROME_BROWSER_RESOURCES_CHROMEOS_ZIP_ARCHIVER_CPP_CHAR_CODING_H_
#include <string>
// Converts a code page 437 string to UTF-8 string.
std::string Cp437ToUtf8(const std::string& source);
#endif // CHROME_BROWSER_RESOURCES_CHROMEOS_ZIP_ARCHIVER_CPP_CHAR_CODING_H_