forked from TeX-Live/texlive-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69762 c570f23f-e606-0410-a88d-b1316a301751
- Loading branch information
Showing
6 changed files
with
136 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,6 @@ | |
* COPYRIGHT, | ||
* main.c: 2024. | ||
|
||
2024-02-05 Karl Berry <[email protected]> | ||
|
||
* main.c: | ||
|
||
2023-08-11 TANAKA Takuji <[email protected]> | ||
|
||
* tests/mendex.test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2024-02-10 TANAKA Takuji <[email protected]> | ||
|
||
* ptekf.1: Add command line manual. | ||
* ptekf.c: Tweak command line help message. | ||
* Makefile.am: Adjust. | ||
|
||
2023-02-09 Karl Berry <[email protected]> | ||
|
||
* version.ac: remove /dev, for TL24. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
.TH PTEKF 1 | ||
\"===================================================================== | ||
.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP | ||
.if n .ds TX TeX | ||
\"===================================================================== | ||
.SH NAME | ||
ptekf \- p\*(TX-enc Kanji Filter | ||
.SH SYNOPSIS | ||
.HP | ||
\fBptekf\fR [\fIoptions\fR] [\fB\-\-\fR] \fIin_file1\fR [\fIin_file2 ...\fR] | ||
.HP | ||
\fBptekf\fR \-\-help | \-\-version | ||
.SH DESCRIPTION | ||
\fBptekf\fR is a simple character encoding converter for input/output files of p\*(TX-family programs. | ||
This utility can be used to check procedures of character encoding conversion and guessing encoding \ | ||
which are impremented in p\*(TX-family i.e. \fB(e)(u)ptex\fR, \fB(u)pbibtex\fR, \fBmendex\fR and so on. | ||
.SH OPTIONS | ||
.PP | ||
.TP | ||
\fB\-j\fR | ||
Specify output encoding ISO-2022-JP. | ||
.TP | ||
\fB\-s\fR | ||
Specify output encoding Shift_JIS. | ||
.TP | ||
\fB\-e\fR | ||
Specify output encoding EUC-JP. | ||
.TP | ||
\fB\-u\fR | ||
Specify output encoding UTF-8. | ||
.TP | ||
\fB\-J\fR | ||
Specify input encoding ISO-2022-JP. | ||
.TP | ||
\fB\-S\fR | ||
Specify input encoding Shift_JIS. | ||
.TP | ||
\fB\-E\fR | ||
Specify input encoding EUC-JP. | ||
.TP | ||
\fB\-U\fR | ||
Specify input encoding UTF-8. | ||
.TP | ||
\fB\-g\fR \fB\-\-guess\fR | ||
Guess the input encoding (no conversion). | ||
.TP | ||
\fB\-G\fR | ||
Guess the input encoding and output to stdout or files. | ||
.TP | ||
\fB\-b\fR \fB\-\-buffer\fR | ||
Output internal buffer without code conversion. | ||
.TP | ||
\fB\-v\fR \fB\-\-version\fR | ||
Print version number. | ||
.TP | ||
\fB\-h\fR \fB\-\-help\fR | ||
Print help message. | ||
.TP | ||
Default input/output encoding depends on kpathsearch parameters \fBPTEX_KANJI_ENC\fR and \fBguess_input_kanji_encoding\fR. | ||
.SH SEE ALSO | ||
eptex(1), euptex(1), pbibtex(1), upbibtex(1), mendex(1) | ||
.SH AUTHOR | ||
This manual page was written by Japanese \*(TX Development Community \ | ||
<https://texjp.org>. For more information, see GitHub repository \ | ||
<https://github.com/texjporg/tex-jp-build>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters