#!/usr/bin/env python # -*- coding: utf-8 -*- common_used_numerals_tmp ={'零':0, '一':1, '二':2, '三':3, '四':4, '五':5, '六':6, '日':7, '八':8, '九':9, '十':10} common_used_numerals = {} for key in common_used_numerals_tmp: common_used_numerals[key.decode('utf