|
ferencd@0
|
1 // Copyright 2006 Nemanja Trifunovic
|
|
ferencd@0
|
2
|
|
ferencd@0
|
3 /*
|
|
ferencd@0
|
4 Permission is hereby granted, free of charge, to any person or organization
|
|
ferencd@0
|
5 obtaining a copy of the software and accompanying documentation covered by
|
|
ferencd@0
|
6 this license (the "Software") to use, reproduce, display, distribute,
|
|
ferencd@0
|
7 execute, and transmit the Software, and to prepare derivative works of the
|
|
ferencd@0
|
8 Software, and to permit third-parties to whom the Software is furnished to
|
|
ferencd@0
|
9 do so, all subject to the following:
|
|
ferencd@0
|
10
|
|
ferencd@0
|
11 The copyright notices in the Software and this entire statement, including
|
|
ferencd@0
|
12 the above license grant, this restriction and the following disclaimer,
|
|
ferencd@0
|
13 must be included in all copies of the Software, in whole or in part, and
|
|
ferencd@0
|
14 all derivative works of the Software, unless such copies or derivative
|
|
ferencd@0
|
15 works are solely in the form of machine-executable object code generated by
|
|
ferencd@0
|
16 a source language processor.
|
|
ferencd@0
|
17
|
|
ferencd@0
|
18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
ferencd@0
|
19 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
ferencd@0
|
20 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
|
ferencd@0
|
21 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
|
ferencd@0
|
22 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
|
ferencd@0
|
23 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
ferencd@0
|
24 DEALINGS IN THE SOFTWARE.
|
|
ferencd@0
|
25 */
|
|
ferencd@0
|
26
|
|
ferencd@0
|
27
|
|
ferencd@0
|
28 #ifndef UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
|
|
ferencd@0
|
29 #define UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
|
|
ferencd@0
|
30
|
|
ferencd@0
|
31 #include "utf8/checked.h"
|
|
ferencd@0
|
32 #include "utf8/unchecked.h"
|
|
ferencd@0
|
33
|
|
ferencd@0
|
34 #endif // header guard
|