.\" %%%LICENSE_START(GPLv2+_DOC_FULL) .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" .\" The GNU General Public License's references to "object code" .\" and "executables" are to be interpreted as the output of any .\" document formatting or typesetting system, including .\" intermediate and printed output. .\" .\" This manual is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public .\" License along with this manual; if not, see .\" . .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH REPERTOIREMAP 5 2020\-06\-09 GNU "Linux User Manual" .SH 名前 repertoiremap \- シンボル文字名の Unicode コードポイントへのマップ .SH 説明 A repertoire map defines mappings between symbolic character names (mnemonics) and Unicode code points when compiling a locale with \fBlocaledef\fP(1). Using a repertoire map is optional, it is needed only when symbolic names are used instead of now preferred Unicode code points. .SS 文法 repertoiremap ファイルは以下のキーワードからなるヘッダーで始まる: .TP \fIcomment_char\fP ファイルの残りの部分でコメントキャラクターとして使用する文字 を指定する。デフォルトではシャープ (#) である。 .TP \fIescape_char\fP ファイルの残りの部分でエスケープキャラクターとして使用する文字を 指定する。これは特殊な意味に解釈される文字をエスケープするのに使用する。 デフォルトはバックスラッシュ (\e) である。 .PP The mapping section starts with the keyword \fICHARIDS\fP in the first column. .PP マッピング行は以下のフォーマットである。 .TP \fI comment\fP This defines exactly one mapping, \fIcomment\fP being optional. .PP マッピングセクションは文字列 \fIEND CHARIDS\fP で終了する。 .SH ファイル .TP \fI/usr/share/i18n/repertoiremaps\fP デフォルトの repertoire マップの通常のパス。 .SH 準拠 POSIX.2. .SH 注意 repertoire マップは非推奨であり、 Unicode コードポイントが推奨である。 .SH 例 A mnemonic for the Euro sign can be defined as follows: .PP .nf EURO SIGN .fi .SH 関連項目 \fBlocale\fP(1), \fBlocaledef\fP(1), \fBcharmap\fP(5), \fBlocale\fP(5) .SH この文書について この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 5.10 の一部である。プロジェクトの説明とバグ報告に関する情報は \%https://www.kernel.org/doc/man\-pages/ に書かれている。