diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-18 11:42:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-18 11:42:16 +0000 |
commit | b62608e012642b4cfe45f8505bd1cc2251181645 (patch) | |
tree | 342797b589af072fc0d3ff311f92d23fdbc749c8 /transex3 | |
parent | d3361cbf59732dedb1bb3831e35af2323bc39a8a (diff) |
INTEGRATION: CWS l10nonemore (1.13.2); FILE MERGED
2005/04/12 08:16:33 gh 1.13.2.1: check for tab as illegal character
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/gsicheck.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/gsicheck.cxx b/transex3/source/gsicheck.cxx index 1528bc5e0702..2e1bd4f960ff 100644 --- a/transex3/source/gsicheck.cxx +++ b/transex3/source/gsicheck.cxx @@ -2,9 +2,9 @@ * * $RCSfile: gsicheck.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: vg $ $Date: 2005-03-23 15:53:10 $ + * last change: $Author: obo $ $Date: 2005-04-18 12:42:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -375,7 +375,7 @@ BOOL GSIBlock::IsUTF8( const ByteString &aTestee, USHORT &nErrorPos, ByteString return FALSE; } - nErrorPos = aUTF8Tester.SearchChar( String::CreateFromAscii( "\x01\x02\x03\x04\x05\x06\x07\x08\x0b\x0c\x0e\x0f" + nErrorPos = aUTF8Tester.SearchChar( String::CreateFromAscii( "\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0b\x0c\x0e\x0f" "\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f\x7f" ).GetBuffer() ); if ( nErrorPos != STRING_NOTFOUND ) { |