gecko-dev/intl/uconv/ucvlatin/nsUnicodeToMUTF7.h

32 lines
789 B
C
Raw Normal View History

/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2012-05-21 11:12:37 +00: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-05-18 22:36:25 +00:00
#ifndef nsUnicodeToMUTF7_h___
#define nsUnicodeToMUTF7_h___
1999-06-07 18:49:12 +00:00
#include "nsUnicodeToUTF7.h"
1999-05-18 22:36:25 +00:00
//----------------------------------------------------------------------
// Class nsUnicodeToMUTF7 [declaration]
/**
1999-06-07 18:49:12 +00:00
* A character set converter from Unicode to Modified UTF-7.
1999-05-18 22:36:25 +00:00
*
* @created 18/May/1999
* @author Catalin Rotaru [CATA]
*/
1999-06-07 18:49:12 +00:00
class nsUnicodeToMUTF7 : public nsBasicUTF7Encoder
1999-05-18 22:36:25 +00:00
{
public:
/**
* Class constructor.
*/
nsUnicodeToMUTF7();
};
#endif /* nsUnicodeToMUTF7_h___ */