2001-09-26 04:40:45 +04:00
|
|
|
/* -*- Mode: C; tab-width: 4; 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/. */
|
2001-07-19 01:49:21 +04:00
|
|
|
|
|
|
|
#ifndef nsUnicodeToCP949_h___
|
|
|
|
#define nsUnicodeToCP949_h___
|
|
|
|
|
2013-09-27 20:45:04 +04:00
|
|
|
#include "nsID.h"
|
|
|
|
|
|
|
|
class nsISupports;
|
2001-07-19 01:49:21 +04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* A character set converter from Unicode to CP949.
|
|
|
|
*
|
|
|
|
* @created 14/May/2001 (patterned after Unicode to EUCKR converter
|
|
|
|
* @author Jungshik Shin
|
|
|
|
*/
|
2010-06-10 22:11:40 +04:00
|
|
|
nsresult
|
2002-09-07 05:17:57 +04:00
|
|
|
nsUnicodeToCP949Constructor(nsISupports *aOuter, REFNSIID aIID,
|
|
|
|
void **aResult);
|
2001-07-19 01:49:21 +04:00
|
|
|
|
|
|
|
#endif /* nsUnicodeToCP949_h___ */
|