libart-paperback
0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
Main Page
Related Pages
Namespaces
Classes
Files
File List
cp1252.hxx
1
#ifndef art__paperback__internals__cp1252_hxx_
2
#define art__paperback__internals__cp1252_hxx_
3
4
#include <art/paperback/types.hxx>
5
6
#include <art/unicode/reader.hxx>
7
#include <art/unicode/utf8-decoder.hxx>
8
9
namespace
Art::Paperback::Internals::cp1252
10
{
11
12
char
13
from_unicode(uint32_t);
14
15
template
<
typename
I>
16
string
17
from_utf8(I&&, I
const
&);
18
19
string
20
from_utf8(
string
const
&);
21
22
}
// namespace Art::Paperback::Internals::cp1252
23
24
#include <art/paperback/internals/cp1252.txx>
25
26
#endif
art
paperback
internals
cp1252.hxx
Generated by
1.13.2