1 /*
2  * Reference: http://en.wikipedia.org/wiki/Windows-1252
3  */
4 
5 #include "../../src/bsdconv.h"
6 
7 static const struct uint32_range ranges[] = {
8 	{ 0x0, 0x80 },
9 	{ 0x82, 0x8C },
10 	{ 0x8E, 0x8E },
11 	{ 0x91, 0x9C },
12 	{ 0x9E, 0xFF },
13 };
14 
15 #include "unicode_range.c"
16