DarkHobbit / doublecontact

Offline DE-independent Qt-based contact manager primarily for phonebooks editing/merging. Beta.
GNU General Public License v3.0
52 stars 11 forks source link

Fixed: incorrect parsing of fields with semicolons #35

Closed GitKroz closed 5 years ago

GitKroz commented 5 years ago

Fixed: "ORG:Company\;Subsidiary" was read as "Company\" - truncated and with backslash in the end. Both import and export considered.

DarkHobbit commented 5 years ago

Code pieces from this PR used in commit 3669758 (without Qt4 breaking and overcopypasting).