jdk/src/linux/doc/man/ja/native2ascii.1
changeset 31215 4c50126388ea
parent 31214 2707be8c1d10
parent 31210 d3e7b6603cf2
child 31216 43d0179ee9de
equal deleted inserted replaced
31214:2707be8c1d10 31215:4c50126388ea
     1 '\" t
       
     2 .\" Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
       
     3 .\" Title: native2ascii
       
     4 .\" Language: English
       
     5 .\" Date: 2013年11月21日
       
     6 .\" SectDesc: 国際化ツール
       
     7 .\" Software: JDK 8
       
     8 .\" Arch: 汎用
       
     9 .\"
       
    10 .\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
    11 .\"
       
    12 .\" This code is free software; you can redistribute it and/or modify it
       
    13 .\" under the terms of the GNU General Public License version 2 only, as
       
    14 .\" published by the Free Software Foundation.
       
    15 .\"
       
    16 .\" This code is distributed in the hope that it will be useful, but WITHOUT
       
    17 .\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    18 .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
       
    19 .\" version 2 for more details (a copy is included in the LICENSE file that
       
    20 .\" accompanied this code).
       
    21 .\"
       
    22 .\" You should have received a copy of the GNU General Public License version
       
    23 .\" 2 along with this work; if not, write to the Free Software Foundation,
       
    24 .\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    25 .\"
       
    26 .\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    27 .\" or visit www.oracle.com if you need additional information or have any
       
    28 .\" questions.
       
    29 .\"
       
    30 .pl 99999
       
    31 .TH "native2ascii" "1" "2013年11月21日" "JDK 8" "国際化ツール"
       
    32 .\" -----------------------------------------------------------------
       
    33 .\" * Define some portability stuff
       
    34 .\" -----------------------------------------------------------------
       
    35 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       
    36 .\" http://bugs.debian.org/507673
       
    37 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
       
    38 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       
    39 .ie \n(.g .ds Aq \(aq
       
    40 .el       .ds Aq '
       
    41 .\" -----------------------------------------------------------------
       
    42 .\" * set default formatting
       
    43 .\" -----------------------------------------------------------------
       
    44 .\" disable hyphenation
       
    45 .nh
       
    46 .\" disable justification (adjust text to left margin only)
       
    47 .ad l
       
    48 .\" -----------------------------------------------------------------
       
    49 .\" * MAIN CONTENT STARTS HERE *
       
    50 .\" -----------------------------------------------------------------
       
    51 .SH "NAME"
       
    52 native2ascii \- サポートされている任意の文字エンコーディングの文字を含むファイルを、ASCIIおよびUnicodeでエスケープされたファイルに変換して(またはその逆)、ローカライズ可能なアプリケーションを作成します。
       
    53 .SH "概要"
       
    54 .sp
       
    55 .if n \{\
       
    56 .RS 4
       
    57 .\}
       
    58 .nf
       
    59 \fInative2ascii\fR [ \fIinputfile\fR ] [ \fIoutputfile\fR ]
       
    60 .fi
       
    61 .if n \{\
       
    62 .RE
       
    63 .\}
       
    64 .PP
       
    65 \fIinputfile\fR
       
    66 .RS 4
       
    67 ASCIIに変換するエンコードされたファイル。
       
    68 .RE
       
    69 .PP
       
    70 \fIoutputfile\fR
       
    71 .RS 4
       
    72 変換されたASCIIファイル。
       
    73 .RE
       
    74 .SH "説明"
       
    75 .PP
       
    76 \fInative2ascii\fRコマンドは、ASCIIキャラクタ・セットに含まれないすべての文字にUnicodeエスケープ(\fI\eu\fR\fIxxxx\fR)表記法を使用して、Java Runtime Environment (JRE)でサポートされているエンコードされたファイルを、ASCIIでエンコードされたファイルに変換します。このプロセスは、ISO\-8859\-1文字セットに含まれない文字が含まれているプロパティ・ファイルで必要です。このツールは、その逆の変換を実行することもできます。
       
    77 .PP
       
    78 \fIoutputfile\fR値を省略した場合、標準出力に出力されます。さらに、\fIinputfile\fR値を省略した場合、標準入力から入力されます。
       
    79 .SH "オプション"
       
    80 .PP
       
    81 \-reverse
       
    82 .RS 4
       
    83 逆の処理を行います。つまり、ISO\-8859\-1でUnicodeエスケープを使用してエンコードされたファイルを、JREでサポートされる文字エンコーディングのファイルに変換します。
       
    84 .RE
       
    85 .PP
       
    86 \-encoding \fIencoding_name\fR
       
    87 .RS 4
       
    88 変換処理で使用する文字エンコーディングの名前を指定します。このオプションが存在しない場合は、デフォルトの文字エンコーディング(\fIjava\&.nio\&.charset\&.Charset\&.defaultCharset\fRメソッドで定義された)が使用されます。\fIencoding_name\fR文字列は、JREでサポートされている文字エンコーディングの名前にする必要があります。http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/intl/encoding\&.doc\&.htmlにある
       
    89 「サポートされているエンコーディング」を参照してください
       
    90 .RE
       
    91 .PP
       
    92 \-J\fIoption\fR
       
    93 .RS 4
       
    94 Java仮想マシン(JVM)に\fIoption\fRを渡します。optionには、Javaアプリケーション起動ツールのリファレンス・ページに記載されているオプションを1つ指定します。たとえば、\fI\-J\-Xms48m\fRと指定すると、スタートアップ・メモリーは48MBに設定されます。java(1)を参照してください。
       
    95 .RE
       
    96 .br
       
    97 'pl 8.5i
       
    98 'bp