Description: Let's collect QR-code generator's problems and enhancements here Steps to Reproduce: - Actual Results: - Expected Results: - Reproducible: Always User Profile Reset: No Additional Info: -
newline character is needed (i.e. "\n"). usecase: print vcard content in a QR-Code on a business card Example data (newline character included): BEGIN:VCARD\n VERSION:2.1\n FN:Max Mustermann\n N:Mustermann;Max\n TITLE:Dr.-Ing.\n TEL;CELL:+49 111 123 45678\n TEL;WORK;VOICE:+49 123 7654321\n TEL;HOME;VOICE:+49 123 123456\n EMAIL;HOME;INTERNET:max.mustermann@example.com\n EMAIL;WORK;INTERNET:work@example.com\n URL:http://example.com\n ADR:;;Musterstraße 123;Musterstadt;;77777;Deutschland\n ORG:ACME Inc.\n END:VCARD\n