summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-02 15:02:47 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-02 15:02:47 +0000
commite34fd741d4bcf37f2366fa248fd9342b1049b0cd (patch)
tree5eff6cd0ca9132c7b1b05bb1352a3e159107cb86 /transex3
parent7b0dda2b79d1c5c1ca9e716eacc4ba17e544b7a9 (diff)
INTEGRATION: CWS ivo05 (1.8.22); FILE MERGED
2004/09/17 15:05:03 ihi 1.8.22.2: RESYNC: (1.8-1.9); FILE MERGED 2004/09/17 14:47:15 ihi 1.8.22.1: #i34128# Strip UTF8 Byte Order Marker
Diffstat (limited to 'transex3')
-rw-r--r--transex3/inc/export.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/transex3/inc/export.hxx b/transex3/inc/export.hxx
index 41b8d2829d45..8f49e75ffa5f 100644
--- a/transex3/inc/export.hxx
+++ b/transex3/inc/export.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: export.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: kz $ $Date: 2004-08-30 17:28:25 $
+ * last change: $Author: pjunck $ $Date: 2004-11-02 16:02:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -317,6 +317,10 @@ public:
static std::vector<ByteString> GetForcedLanguages();
static void SetLanguages( std::vector<ByteString> val );
+ static void RemoveUTF8ByteOrderMarker( ByteString &rString );
+ static bool hasUTF8ByteOrderMarker( const ByteString &rString );
+ static void RemoveUTF8ByteOrderMarkerFromFile( const ByteString &rFilename );
+ static bool fileHasUTF8ByteOrderMarker( const ByteString &rString );
static USHORT GetLangIndex( USHORT nLangId );
static CharSet GetCharSet( USHORT nLangId );
static USHORT GetLangByIsoLang( const ByteString &rIsoLang );