Boost.Nowide
utf.hpp
1//
2// Copyright (c) 2020 Alexander Grund
3//
4// Distributed under the Boost Software License, Version 1.0.
5// https://www.boost.org/LICENSE_1_0.txt
6
7#ifndef BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED
8#define BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED
9
10#include <boost/nowide/utf/utf.hpp>
11
12// Legacy compatibility header only. Include <boost/nowide/utf/utf.hpp> instead
13
14namespace boost {
15namespace nowide {
16 namespace detail {
17 namespace utf = boost::nowide::utf;
18 } // namespace detail
19} // namespace nowide
20} // namespace boost
21
22#endif
Namespace that holds basic operations on UTF encoded sequences.
Definition convert.hpp:19