intl/uconv/ucvlatin/nsUnicodeToTIS620.h

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:5891d7e9c07a
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5
6
7 #ifndef nsUnicodeToTIS620_h___
8 #define nsUnicodeToTIS620_h___
9
10 #include "nsISupports.h"
11
12 /**
13 * A character set converter from Unicode to TIS620.
14 *
15 * @created 4/26/1999
16 * @author Frank Tang [ftang]
17 */
18 nsresult
19 nsUnicodeToTIS620Constructor(nsISupports *aOuter, REFNSIID aIID,
20 void **aResult);
21
22 #endif /* nsUnicodeToTIS620_h___ */
23

mercurial