2007-03-22 10:30:00 -07:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-05-21 04:12:37 -07: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/. */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#ifndef nsISO88599ToUnicode_h___
|
|
|
|
#define nsISO88599ToUnicode_h___
|
|
|
|
|
2011-12-27 15:49:57 -08:00
|
|
|
#include "nsCP1254ToUnicode.h"
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2011-12-27 15:49:57 -08:00
|
|
|
// Just make it an alias to windows-1254 decoder. (bug 712876)
|
2010-06-10 11:11:40 -07:00
|
|
|
nsresult
|
2007-03-22 10:30:00 -07:00
|
|
|
nsISO88599ToUnicodeConstructor(nsISupports *aOuter, REFNSIID aIID,
|
|
|
|
void **aResult);
|
|
|
|
|
|
|
|
#endif /* nsISO88599ToUnicode_h___ */
|