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