diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2016-05-29 02:31:06 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-07-22 15:56:45 +0200 |
commit | 787be02d8623d61291d1778aff87c122142f1448 (patch) | |
tree | 1449071179b3898049ceb724b57ba20fbcd3aef8 /kabc/vcardparser/testread2.cpp | |
parent | 2deafc497132f3e413ef0fa64c656e0ce9b9a8a7 (diff) | |
download | tdelibs-787be02d8623d61291d1778aff87c122142f1448.tar.gz tdelibs-787be02d8623d61291d1778aff87c122142f1448.zip |
Fix utf8 support in tdeabc vCard parser
This resolves bug 2625
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 4ceb2b158b3ed1ba1c78ab886b08a0bf40577d51)
Diffstat (limited to 'kabc/vcardparser/testread2.cpp')
-rw-r--r-- | kabc/vcardparser/testread2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kabc/vcardparser/testread2.cpp b/kabc/vcardparser/testread2.cpp index ba73081e7..085cb52bf 100644 --- a/kabc/vcardparser/testread2.cpp +++ b/kabc/vcardparser/testread2.cpp @@ -34,7 +34,9 @@ main() kdDebug()<<"\t\t"<< (*itr1).fullEmail() << " VS. " << (*itr2).fullEmail()<<endl; } else { kdDebug()<<"\tAddressee - FAILED"<<endl; + kdDebug()<<">>>>>>>Addressee from code<<<<<<<<"<<endl; (*itr1).dump(); + kdDebug()<<">>>>>>>Addressee from file<<<<<<<<"<<endl; (*itr2).dump(); //kdDebug()<<"\t\t"<< (*itr1).fullEmail() << " VS. " << (*itr2).fullEmail()<<endl; } |