Index: gmail-contacts-to-vcf.py
===================================================================
--- gmail-contacts-to-vcf.py	(revision 7116c26fa71e51a06abede2c931c19eda707e98c)
+++ gmail-contacts-to-vcf.py	(revision d473bae911978aba0df0cde0cd5c7df72f194bc8)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-
-"""
+# -*- coding: utf-8 -*-
+u"""
 GMail contacts to VCF
 ---------------------
@@ -69,5 +69,5 @@
                     # Don't store this contact, it's a collected address
                     continue
-                print i+1, entry.title.text
+                print i+1, entry.title.text.encode("utf8")
                 #print entry
                 contact = self._make_contact(entry)
