blob: 9330051d928d8c4755b05680941e2a808eceaae3 [file] [log] [blame]
//========================================================================
//
// UnicodeTypeTable.h
//
// Copyright 2003 Glyph & Cog, LLC
//
//========================================================================
#ifndef UNICODETYPETABLE_H
#define UNICODETYPETABLE_H
#include "goo/gtypes.h"
extern GBool unicodeTypeL(Unicode c);
extern GBool unicodeTypeR(Unicode c);
extern Unicode unicodeToUpper(Unicode c);
extern Unicode *unicodeNormalizeNFKC(Unicode *in, int len,
int *out_len, int **offsets);
#endif