mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-1220 added iconv-compatibility option -c, and added -i for input
X-SVN-Rev: 7400
This commit is contained in:
parent
4004c78ee9
commit
e0a7eb8731
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
// -*- Coding: utf-8; -*- [all uconv resource files]
|
||||
// Copyright (c) 2000 IBM, Inc. and Others.
|
||||
// $Revision: 1.14 $
|
||||
// $Revision: 1.15 $
|
||||
//
|
||||
// Root translation file for uconv messages.
|
||||
// So you want to translate this file??? Great!
|
||||
|
@ -40,7 +40,7 @@ root
|
|||
" --canon print list in cnvrtrs.txt(5) format\n"
|
||||
" -x transliterator run everything through transliterator\n"
|
||||
" -c omit invalid characters from the output\n"
|
||||
" -i ignore invalid sequences from the input\n"
|
||||
" -i ignore invalid sequences in the input\n"
|
||||
" -f, --from-code code set the original encoding\n"
|
||||
" -t, --to-code code set the destination encoding\n"
|
||||
}
|
||||
|
|
|
@ -94,7 +94,7 @@ the the destination encoding.
|
|||
Omit invalid characters from the output.
|
||||
.TP
|
||||
.B "\-i"
|
||||
Ignore invalid sequences from the input.
|
||||
Ignore invalid sequences in the input.
|
||||
.TP
|
||||
.BI "\-f\fP, \fB\-\-from\-code" " encoding"
|
||||
Set the original encoding of the data to
|
||||
|
|
Loading…
Add table
Reference in a new issue