1. 什么是facet, locale
facet ['fæsɪt]的原意,是宝石切割出来的一个平面。
locale[ləʊˈkæl],表示本地化,
locale
the container that holds all the required information about a specific culture, such as number formatting patterns, date and time formatting, currency, case conversion etc.
而facet代表着locale中存放的某一种具体信息,比如字符转换、货币等等。
可以通过use_facet得到某个locale中的一个facet
char> >(some_locale);
'a');