Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:42:46

0001 //
0002 // Copyright (c) 2018 Artyom Beilis (Tonkikh)
0003 //
0004 // Distributed under the Boost Software License, Version 1.0.
0005 // https://www.boost.org/LICENSE_1_0.txt
0006 
0007 #ifndef BOOST_NOWIDE_REPLACEMENT_HPP_INCLUDED
0008 #define BOOST_NOWIDE_REPLACEMENT_HPP_INCLUDED
0009 
0010 /// @file
0011 
0012 /// \def BOOST_NOWIDE_REPLACEMENT_CHARACTER
0013 /// Unicode character to be used to replace invalid UTF-8 sequences
0014 #ifndef BOOST_NOWIDE_REPLACEMENT_CHARACTER
0015 #define BOOST_NOWIDE_REPLACEMENT_CHARACTER 0xFFFD
0016 #endif
0017 
0018 #endif // boost/nowide/replacement.hpp