haruncpi/barcode-server

QR-Codes not fully transported to the end App (like excel)

Opened this issue · 0 comments

Hi,

i just installed the your App and the server and tried to scan 3 differnt QR-Codes but both were not transfered to the Application i want to put their information in.

As example:
The QR-Code i scanned has the following info:
var1=val1;var2=val2;var3=val3;var4=val4;...etc

when i scan this QR-Code it shows the full information in the App and it shows it in the Server App but what Notepad++ or excel gets is the following

var1=val1;var2=val2;var3=val3 and there it stops

in my case val3 has a line break in it ("...\n...")

and thats the point where it just stops transfering the data further.

I tried that with 2 other QR codes as well and there i had the same problem

2nd QR-Codes info:
https://some-link.com/foo

3rd QR-Codes info:
BEGIN:VCARDVERSION:4.0N:....etc

In these two i didnt have a linebreak but here it stoped right befor the ":" apeard

so the output for the 2nd QR-Code is

https

and for the 3rd QR-Code it was

BEGIN

i am using the App on a Android 8.0

and the Server is on Windows 10 Pro 64bit