2021年11月11日 星期四

dump Unicode table , using python

def  dump_uni(start,end):
    for i in range(start,end):
if (  (i % 16) == 0):
            print
print unichr(i),

>>> dump_uni(0x23e0,0x25ff)

沒有留言:

張貼留言

Ubuntu 18.04 讀卡機 driver , ( IT-500U )

# ubuntu 18.04.06 , Let   (info-think it-500U card-reader) driver work $sudo apt-get install build-essential libusb-1.0-0-dev libpcsclite-de...