diff options
Diffstat (limited to 'transex3/inc')
-rw-r--r-- | transex3/inc/lngmerge.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/transex3/inc/lngmerge.hxx b/transex3/inc/lngmerge.hxx index 0e57fb32a30f..cba92aff8b30 100644 --- a/transex3/inc/lngmerge.hxx +++ b/transex3/inc/lngmerge.hxx @@ -2,9 +2,9 @@ * * $RCSfile: lngmerge.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: nf $ $Date: 2001-06-26 12:56:08 $ + * last change: $Author: hr $ $Date: 2003-04-29 16:47:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,10 +81,11 @@ private: LngLineList *pLines; ByteString sSource; BOOL bDBIsUTF8; + BOOL bULF; void FillInFallbacks( ByteString *Text ); public: - LngParser( const ByteString &rLngFile, BOOL bUTF8 ); + LngParser( const ByteString &rLngFile, BOOL bUTF8, BOOL bULFFormat ); ~LngParser(); BOOL CreateSDF( const ByteString &rSDFFile, const ByteString &rPrj, const ByteString &rRoot ); |