jdk/src/solaris/doc/sun/man/man1/ja/native2ascii.1
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
'\" t
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
.\" Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
.\" This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
.\" under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
.\" published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
.\" This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
.\" FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
.\" version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
.\" accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
.\" You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
.\" 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
.\"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
.\" Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
.\" CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
.\" have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
.TH native2ascii 1 "2004 年 6 月 22 日"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
.SH "名前"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
native2ascii \- ネイティブコードから ASCII への変換
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
.\"  This document was created by saving an HTML file as text
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
.\"  from the JavaSoft web site:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
.\" http://java.sun.com/products/jdk/1.2/docs/tooldocs/tools.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.\"  and adding appropriate troff macros.  Because the JavaSoft web site 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
.\"  man pages can change without notice, it may be helpful to diff
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
.\"  files to identify changes other than new functionality. 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.\" 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
.SH "形式"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
.B native2ascii
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
[
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
.B options 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
]
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
.if n .ti +5n
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
[
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
.IR inputfile " [" outputfile "]]"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
.SH "機能説明"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
.IX "native to ASCII converter" "" "native to ASCII converter \(em \fLnative2ascii\fP"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
.IX "native2ascii" "" "\fLnative2ascii\fP \(em native to ASCII converter"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
Java コンパイラなどの
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
Java 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
ツールが処理できるファイルは、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
Latin-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
文字もしくは\^
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
Unicode
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
でエンコードされた文字
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
(\\udddd)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
からなるファイルだけです。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
.B native2ascii
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
は、他の文字コードのファイルを
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
Latin-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
または
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
Unicode
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
エンコーディングのファイルに変換します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
.I outputfile
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
引数を省略すると、出力先は標準出力となります。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
また、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
.I inputfile
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
引数を省略すると、入力元は標準入力となります。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
.SH "オプション"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
以下のオプションが使用できます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
.TP 5
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
.B \-encoding \f2encoding_name\f1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
変換処理で用いるエンコーディング名を指定します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
デフォルトのエンコーディング名は、システムプロパティの
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
\f3file.encoding\f1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
から得られます。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.I encoding_name 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
文字列は、ドキュメント「サポートされているエンコーディング」の、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
サポートされるエンコーディングの表で最初の列にある文字列の 1 つでなければ
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
なりません。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
http://java.sun.com/j2se/1.5/docs/guide/intl/encoding.doc.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
.\" http://java.sun.com/j2se/1.5/docs/guide/intl/encoding.doc.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
.TP 5
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
.B \-reverse
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
逆の変換処理を行います。つまり
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
Latin-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
または
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
Unicode
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
でエンコーディングされている文字を、ネイティブコードに変換します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
.TP 15
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.BI \-J "option"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.I option
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
を Java 仮想マシンに渡します。ここで、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
.I option
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
は、Java アプリケーション起動プログラム java(1) のマニュアルページで
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
説明されているオプションの 1 つです。たとえば、
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.I \-J-Xms48m
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
は、起動時に使用するメモリを 48M バイトに設定します。
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.B \-J
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
が基本となる仮想マシンにオプションを渡すことは、共通の規約です。
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101