<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] QR-code generator's problems and enhancements"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127232#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] QR-code generator's problems and enhancements"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127232">bug 127232</a>
              from <span class="vcard"><a class="email" href="mailto:libreoffice@martin-hauschild.de" title="libreoffice@martin-hauschild.de">libreoffice@martin-hauschild.de</a>
</span></b>
        <pre>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:<a href="mailto:max.mustermann@example.com">max.mustermann@example.com</a>\n
EMAIL;WORK;INTERNET:<a href="mailto:work@example.com">work@example.com</a>\n
URL:<a href="http://example.com\n">http://example.com\n</a>
ADR:;;Musterstraße 123;Musterstadt;;77777;Deutschland\n
ORG:ACME Inc.\n
END:VCARD\n</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>