]> err.no Git - sope/blob - sope-ical/versitSaxDriver/VSStringFormatter.h
improved input processing of sax driver
[sope] / sope-ical / versitSaxDriver / VSStringFormatter.h
1 /*
2  Copyright (C) 2004-2005 OpenGroupware.org
3  
4  This file is part of versitSaxDriver, written for the OpenGroupware.org
5  project (OGo).
6  
7  SOPE is free software; you can redistribute it and/or modify it under
8  the terms of the GNU Lesser General Public License as published by the
9  Free Software Foundation; either version 2, or (at your option) any
10  later version.
11  
12  SOPE is distributed in the hope that it will be useful, but WITHOUT ANY
13  WARRANTY; without even the implied warranty of MERCHANTABILITY or
14  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
15  License for more details.
16  
17  You should have received a copy of the GNU Lesser General Public
18  License along with SOPE; see the file COPYING.  If not, write to the
19  Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20  02111-1307, USA.
21  */
22
23
24 #ifndef __VSStringFormatter_H_
25 #define __VSStringFormatter_H_
26
27 #import <Foundation/Foundation.h>
28
29 @interface VSStringFormatter : NSObject
30 {
31 }
32
33 + (id)sharedFormatter;
34 - (NSString *)stringByUnescapingRFC2445Text:(NSString *)_s;
35
36 @end
37
38 #endif  /* __VSStringFormatter_H_ */