1//
2// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3//
4// Distributed under the Boost Software License, Version 1.0.
5// https://www.boost.org/LICENSE_1_0.txt
6
7#ifndef BOOST_LOCALE_IMPL_ICU_CODECVT_HPP
8#define BOOST_LOCALE_IMPL_ICU_CODECVT_HPP
9
10#include <boost/locale/util.hpp>
11#include <memory>
12#include <string>
13
14namespace boost { namespace locale { namespace impl_icu {
15 BOOST_LOCALE_DECL
16 std::unique_ptr<util::base_converter> create_uconv_converter(const std::string& encoding);
17
18}}} // namespace boost::locale::impl_icu
19
20#endif
21

source code of boost/libs/locale/src/boost/locale/icu/codecvt.hpp