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