Index: b/tdeabc/vcardparser/testutils.cpp
===================================================================
--- a/tdeabc/vcardparser/testutils.cpp
+++ b/tdeabc/vcardparser/testutils.cpp
@@ -113,6 +113,7 @@
     TQFile file( location );
     if ( file.open( IO_ReadOnly ) ) {
         TQTextStream stream( &file );
+        stream.setEncoding( TQTextStream::UnicodeUTF8 );
         if ( !stream.eof() ) {
             line = stream.read();
         }
