2001-09-26 04:40:45 +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-08-03 22:03:02 +04:00
|
|
|
|
|
|
|
#ifndef nsUnicodeToEUCJP_h___
|
|
|
|
#define nsUnicodeToEUCJP_h___
|
|
|
|
|
2002-09-07 05:17:57 +04:00
|
|
|
#include "nsISupports.h"
|
1999-08-03 22:03:02 +04:00
|
|
|
|
|
|
|
/**
|
|
|
|
* A character set converter from Unicode to EUCJP.
|
|
|
|
*
|
|
|
|
* @created 17/Feb/1999
|
|
|
|
* @author Catalin Rotaru [CATA]
|
|
|
|
*/
|
2010-06-10 22:11:40 +04:00
|
|
|
nsresult
|
2002-09-07 05:17:57 +04:00
|
|
|
nsUnicodeToEUCJPConstructor(nsISupports *aOuter, REFNSIID aIID,
|
|
|
|
void **aResult);
|
1999-08-03 22:03:02 +04:00
|
|
|
|
|
|
|
#endif /* nsUnicodeToEUCJP_h___ */
|