ReactOS 0.4.15-dev-7942-gd23573b
c_1252.c File Reference
#include "wine/unicode.h"
Include dependency graph for c_1252.c:

Go to the source code of this file.

Variables

static const WCHAR cp2uni [256]
 
static const unsigned char uni2cp_low []
 
static const unsigned short uni2cp_high [256]
 
const struct sbcs_table DECLSPEC_HIDDEN cptable_1252
 

Variable Documentation

◆ cp2uni

const WCHAR cp2uni[256]
static

Definition at line 7 of file c_1252.c.

◆ cptable_1252

Initial value:
=
{
{ 1252, 1, 0x003f, 0x003f, "ANSI Latin 1" },
}
static const unsigned char uni2cp_low[]
Definition: c_1252.c:43
static const unsigned short uni2cp_high[256]
Definition: c_1252.c:541
static const WCHAR cp2uni[256]
Definition: c_1252.c:7

Definition at line 577 of file c_1252.c.

◆ uni2cp_high

const unsigned short uni2cp_high[256]
static

Definition at line 541 of file c_1252.c.

◆ uni2cp_low

const unsigned char uni2cp_low[]
static

Definition at line 43 of file c_1252.c.