xloem / qrstream

Split data across multiple QR codes on Android
53 stars 12 forks source link

Generate qr code from Chinese text? #32

Open Allbutnotnothing opened 6 years ago

Allbutnotnothing commented 6 years ago

It seems to only support English text right now.

xloem commented 6 years ago

@alldandy, it's been a while since I've looked at QRStream, but I built it to support arbitrary binary data. What issue are you running into?

Noitarud commented 2 months ago

I cannot send the … character in clipboard. Your app is not the only one with this issue. I can confirm the Nir Sofer PC program does it and chinese…

xloem commented 2 months ago

Thanks for the great information. I’m afraid I’m no longer working on this app, but it sounds like storing the text in a file rather than the clipboard is the way to go here, and that clipboard access needs debugging.

If this is a bug with the entire android platform it could be good to report to them.

If anybody can address this issue, please feel free to do so.

Noitarud commented 2 months ago

All characters work from file; thanks! I am using android 10 and …醄醔酖 test does go in/out of clipboard so its a little more to do with the parsing… And your app can receive and place that on clipboard.

Noitarud commented 2 months ago

Title of issue should be altered to prevent duplicates… or i could duplicate… Special characters render as ?s.