ubuntu下locale gen的使用

2021-06-08 03:54:39 字數 2075 閱讀 6365

名字:

locale-gen  - 編譯本地定義檔案的乙個列表

簡介:locale-gen [options] [locale] [language]

描述:編譯本地檔案需要50m的磁碟容量,並卻大部分使用者僅需要很少的locales. 為了節省磁碟容量,編譯的locale 檔案不在locales包中發布,但是當這些包通過執行locale-gen程式安裝的時候,可選的locales是自動產生的。

如果languages和locales的乙個列表被具體到乙個引數,那麼locale-gen 僅僅產生這些具體的locales,並新增新的一些到/var/lib/locales/supported.d/local檔案中。否則產生所有的支援的locales.

locale 資料檔案可以儲存在乙個單一的二進位制檔案(/usr/lib/locale/locale-archive) ,或者在乙個更深的樹形結構下的個人檔案/usr/lib/locale//lc_*.  但是不像locales包,當執行locale-gen時,編譯的locale definitions不被移除,如果locale源**檔案修改了,locales 才可以在一次編譯。

選項:這些選項覆蓋了/etc/belocs/locale-gen.conf下的設定

--help 一些幫助資訊和退出

--purge 在執行之前,移除所有存在的locales

--no-purge 與上相反

--archive 當這個選項被設定,locale資料是被儲存在單一的文件/usr/lib/locale/locale-archive

--no-archive

--aliases=file  locale 別名從file檔案中讀出

檔案:/var/lib/locales/supported.d/*    列出了所有要產生的locales。檔案格式和/usr/share/i18n/supported 相似。

/etc/belocs/locale-gen.conf 自定義編譯的locale檔案怎麼儲存到磁碟上。

/usr/lib/locale//lc_*  編譯locale資料

/usr/lib/locale/locale-archive 產生包含編譯的locale資料的歸檔,如果--archive 被設定

/var/lib/belocs 用於追蹤在locale原始碼檔案變化的目錄

環境變數:

這些環境變數影響到每乙個對所有的locale-aware程式的locale類別

lc_ctype

character classification and case conversion.

lc_collate

collation order.

lc_time

date and time formats.

lc_numeric

non-monetary numeric formats.

lc_monetary

monetary formats.

lc_messages

formats of informative and diagnostic messages and

interactive responses.

lc_*****

***** size.

lc_name

name formats.

lc_address

address formats and location information.

lc_telephone

telephone number formats.

lc_measurement

measurement units (metric or other).

lc_identification

metadata about the locale information.

this environment variable can switch against multiple locale database:

locpath

the directory where locale data is stored.  by default, /usr/lib/locale is used.

ubuntu下Eclipse下新增GBK編碼

把windows下的工程匯入到了linux下eclipse中,由於以前的工程 都是gbk編碼的 windows下的eclipse 缺省會去讀取系統的編碼,所以widnwos下的eclipse的編碼為gbk 而ubuntu預設是不支援gbk編碼的。所以,首先我們要先讓 ubuntu支援gbk,方法如下...

ubuntu下源配置

更新源,更新系統 編輯源 sudo gedit etc apt sources.list 配置乙個源足矣,越多越麻煩。系統似乎不會自動識別速度最快的源,源越多隻會導致update和upgrade的速度減慢。中國科學技術大學更新伺服器 教育網,推薦校園網和網通使用者使用 電信cn99的源 推薦電信使用...

UBUNTU下軟體安裝

先簡單說介紹一下ubuntu。ubuntu的中文發音大約為 烏班圖。ubuntu這個單詞源自非洲,意謂 班圖精神 誰都不是一座孤島,自成一體。每個人都包孕於人類,因他人存在而存在,因他人幸福而幸福。下面介紹下在ubuntu下如何裝軟體。linux系統中,軟體通常以源 或者預編譯包的形式提供。1 軟體...