Unicode Encoding and decoding issues in QRCode

前端 未结 2 808
不知归路
不知归路 2020-12-08 23:47

I am trying to generate UTF-8 QRCode so that I can encore accents and Unicode characters.

To test it, I am using many decoding solution :

  1. http://zxing.
2条回答
  •  一个人的身影
    2020-12-09 00:07

    The solution that comes up, is to encode the text in UTF-8 and add a BOM to specify that the string is actually in UTF-8.

    Here it works :

    • http://chart.apis.google.com/chart?cht=qr&chs=200x200&choe=UTF-8&chl=%EF%BB%BFR%C3%A9my+Hubscher

提交回复
热议问题