跳至主內容

搜尋

搜尋

Cyrilic Characters Into A Qr Code

評論

3 條評論

  • Avatar
    Ian Cummings
    版主

    QR Code doesn't support Cyrillic.

    0
  • Avatar
    Legacy Poster

    Too bad :-( !  Any online the QR code sevice support Cyrillic, and your program is not!  Why?

    0
  • Avatar
    Ian Cummings
    版主

    As you see in this Wikipedia article the QR Code supports simple alphanumeric ASCII text data.  

     

    http://en.wikipedia.org/wiki/QR_code#Encoding

     

    Perhaps the Cyrillic supporting QR Code service you find on the web is really encoding via binary byte data.  This is possible in BarTender too, but it raises the complexity of getting your text into binary encoded format.  See screen shot for the barcode settings.

     

    You'll probably need to experiment a bit, but I guess you'd need to get the ordinary text character into its binary Unicode value equivalent.  You can do this one character at a time by using the AscW() function in VB script, creating a loop to iterate through each character in turn.  A bit complex to say the least which is why I suggest you try a different symbology that natively supports the text data you wish to encode.

    0

登入寫評論。