nsCP1257ToUnicode.h 776 B

12345678910111213141516171819202122232425
  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. #ifndef nsCP1257ToUnicode_h___
  6. #define nsCP1257ToUnicode_h___
  7. #include "nsISupports.h"
  8. //----------------------------------------------------------------------
  9. // Class nsCP1257ToUnicode [declaration]
  10. /**
  11. * A character set converter from CP1257 to Unicode.
  12. *
  13. * @created 20/Apr/1999
  14. * @author Catalin Rotaru [CATA]
  15. */
  16. nsresult
  17. nsCP1257ToUnicodeConstructor(nsISupports *aOuter, REFNSIID aIID,
  18. void **aResult);
  19. #endif /* nsCP1257ToUnicode_h___ */