nsUnicodeToCP949.h 705 B

123456789101112131415161718192021222324
  1. /* -*- Mode: C; tab-width: 4; 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. #ifndef nsUnicodeToCP949_h___
  6. #define nsUnicodeToCP949_h___
  7. #include "nsID.h"
  8. class nsISupports;
  9. /**
  10. * A character set converter from Unicode to CP949.
  11. *
  12. * @created 14/May/2001 (patterned after Unicode to EUCKR converter
  13. * @author Jungshik Shin
  14. */
  15. nsresult
  16. nsUnicodeToCP949Constructor(nsISupports *aOuter, REFNSIID aIID,
  17. void **aResult);
  18. #endif /* nsUnicodeToCP949_h___ */