摘要:
网上的解决办法都是更改源码来实现,实际上看源码就知道如果在encoder的时候,如果添加了编码,就会用编码来替代默认的编码。 public static Bitmap ContentToQRBitmap(string content, int size) { Hashtable hints = new Hashtable(); hints.Add(EncodeHintType.CHARACTER_SET, "UTF-8"); ByteMatrix matrix = new MultiFor... 阅读全文
posted @ 2013-06-21 15:25
飞翔的天空
阅读(6800)
评论(1)
推荐(0)

浙公网安备 33010602011771号