2001-09-26 04:47:52 +04:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
1999-05-31 20:26:09 +04:00
|
|
|
|
|
|
|
#ifndef nsUCvTW2Dll_h___
|
|
|
|
#define nsUCvTW2Dll_h___
|
|
|
|
|
|
|
|
#include "prtypes.h"
|
|
|
|
|
2003-02-26 04:15:36 +03:00
|
|
|
extern const PRUint16 g_ASCIIMappingTable[] ;
|
|
|
|
extern const PRUint16 g_ufCNS1MappingTable[];
|
|
|
|
extern const PRUint16 g_ufCNS2MappingTable[];
|
|
|
|
extern const PRUint16 g_ufCNS3MappingTable[];
|
|
|
|
extern const PRUint16 g_ufCNS4MappingTable[];
|
|
|
|
extern const PRUint16 g_ufCNS5MappingTable[];
|
|
|
|
extern const PRUint16 g_ufCNS6MappingTable[];
|
|
|
|
extern const PRUint16 g_ufCNS7MappingTable[];
|
|
|
|
extern const PRUint16 g_utCNS1MappingTable[];
|
|
|
|
extern const PRUint16 g_utCNS2MappingTable[];
|
|
|
|
extern const PRUint16 g_utCNS3MappingTable[];
|
|
|
|
extern const PRUint16 g_utCNS4MappingTable[];
|
|
|
|
extern const PRUint16 g_utCNS5MappingTable[];
|
|
|
|
extern const PRUint16 g_utCNS6MappingTable[];
|
|
|
|
extern const PRUint16 g_utCNS7MappingTable[];
|
1999-06-09 03:14:26 +04:00
|
|
|
|
1999-05-31 20:26:09 +04:00
|
|
|
#endif /* nsUCvTW2Dll_h___ */
|