Giter Club home page Giter Club logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I've said something wrong. The import doesn't stop !

It stopped because I've removed special accent with real in utf8 encoding (so I
replaced =E8 by è in utf8. And that + the bad X-IRMC-LUID doesn't work

But bad X-IRMC-LUID + =E8 does work. Not well, but work. Instead of the good 
accent
in the Contacts application, I have losange with ?.
If I'm right, it means that the =E8 character is a "è" in iso-8859-15 
encoding., if
opened by utf-8 application like Contacts, it display a losange.

Original comment by [email protected] on 27 May 2009 at 11:00

from vcardio.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
The X-IRMC-LUID is arbitrary text, as long as it's unique, so it shouldn't 
matter. 

To get an accented character, you can try removing the 
"ENCODING=QUOTED-PRINTABLE"
part and using native UTF-8, or using =C3=A8 instead of =E8: 00E8 is the UTF-16
encoding for small e with grave, the UTF-8 encoding is C3 A8
(http://www.utf8-chartable.de/)

Please comment if one of these options works.

Original comment by [email protected] on 28 May 2009 at 4:21

from vcardio.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
Sorry for the late reply, but I didn't have time to check this before ...

The solution by using =C3=A8 instead of =E8 worked !
The solution by replacing "ENCODING=QUOTED-PRINTABLE:" by "ENCODING=UTF-8:" 
worked
too with saving my file to utf-8 !
Without ENCODING=UTF-8 or ENCODING=QUOTED-PRINTABLE,the contact name is either
skipped or the special character is skipped.

So if those buggying workaround done with kate and search/replace could be done 
by
vcardio automagically, it could be great ;)

Original comment by [email protected] on 10 Aug 2009 at 11:02

from vcardio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.