diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/cjk/utils/CEFconv')
6 files changed, 33 insertions, 39 deletions
diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w index f70de15004d..c8630fdc8b9 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w @@ -1,6 +1,6 @@ -% This is the cweb file cef5conv.w of the CJK Package Ver. 4.8.2 29-Dec-2008 +% This is the cweb file cef5conv.w of the CJK Package Ver. 4.8.3 07-May-2012 -% Copyright (C) 1994-2008 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{cef5conv (CJK Version 4.8.2)} +\def\title{cef5conv (CJK Version 4.8.3)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont cef5conv} program} \vskip 20pt - \centerline{(CJK Version 4.8.2)} + \centerline{(CJK Version 4.8.3)} \vfill} \def\botofcontents{ @@ -103,7 +103,7 @@ which will see the output of \.{cef5conv} complains loudly if something is wrong. @d banner -"cef5conv (CJK ver. 4.8.2)" +"cef5conv (CJK ver. 4.8.3)" @c #include <ctype.h> @@ -111,10 +111,7 @@ wrong. #include <stdlib.h>@# -int main(argc, argv) - int argc; - char *argv[]; - +int main(int argc, char *argv[]) {int ch, i; unsigned char in[16]; unsigned char out[32]; @@ -175,6 +172,7 @@ int main(argc, argv) goto no_macro;@# *(outp++) = '\177'; + *(outp++) = '\177'; *(outp++) = '\"'; *(outp++) = '0';@# @@ -191,7 +189,6 @@ int main(argc, argv) goto no_macro;@# *(outp++) = '\177'; - *(outp++) = '\177'; *(outp++) = '\"'; *(outp++) = '0';@# diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd index 6edd12690ed..94308d9e39a 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd @@ -1,11 +1,11 @@ /*----------------------------------------------------------------------*\ cef5ltx.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w index 07c7fb2854c..909f93ec2d3 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w @@ -1,6 +1,6 @@ -% This is the cweb file cefconv.w of the CJK Package Ver. 4.8.2 29-Dec-2008 +% This is the cweb file cefconv.w of the CJK Package Ver. 4.8.3 07-May-2012 -% Copyright (C) 1994-2008 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{cefconv (CJK Version 4.8.2)} +\def\title{cefconv (CJK Version 4.8.3)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont cefconv} program} \vskip 20pt - \centerline{(CJK Version 4.8.2)} + \centerline{(CJK Version 4.8.3)} \vfill} \def\botofcontents{ @@ -80,7 +80,7 @@ the CNS planes 1--7, C0 for Big~5 encoding, an encoding CX reserved for IRIZ, a private encoding CY, and U for Unicode encoding; \.{yyzz} is a hexadecimal representation of the code point in this plane) with \medskip -\quad\.{\char94 \char94 7f72\char94 \char94 ffXX\char94 \char94 7f% +\quad\.{\char94 \char94 7f72\char94 \char94 7fXX\char94 \char94 7f% \char94 \char94 7f"0yy\char94 \char94 7f"0zz\char94 \char94 7f}\quad. \medskip \.{XX} is the corresponding CJK encoding of \.{xx}; the number `72' @@ -95,7 +95,7 @@ which will see the output of \.{cefconv} complains loudly if something is wrong. @d banner -"cefconv (CJK ver. 4.8.2)" +"cefconv (CJK ver. 4.8.3)" @c #include <ctype.h> @@ -103,10 +103,7 @@ wrong. #include <stdlib.h>@# -int main(argc, argv) - int argc; - char *argv[]; - +int main(int argc, char *argv[]) {int ch, i; unsigned char in[16]; unsigned char out[32]; diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd index d1f6eed43fc..f13611be741 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd @@ -1,11 +1,11 @@ /*----------------------------------------------------------------------*\ ceflatex.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w index d0c51012915..bcb7118a84e 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w @@ -1,6 +1,6 @@ -% This is the cweb file cefsconv.w of the CJK Package Ver. 4.8.2 29-Dec-2008 +% This is the cweb file cefsconv.w of the CJK Package Ver. 4.8.3 07-May-2012 -% Copyright (C) 1994-2008 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{cefsconv (CJK Version 4.8.2)} +\def\title{cefsconv (CJK Version 4.8.3)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont cefsconv} program} \vskip 20pt - \centerline{(CJK Version 4.8.2)} + \centerline{(CJK Version 4.8.3)} \vfill} \def\botofcontents{ @@ -102,8 +102,11 @@ The following code is very simple. No error detection is done because \TeX\ which will see the output of \.{cefsconv} complains loudly if something is wrong. +Note that the user-defined character area of SJIS (with the first bytes in +the range 0xF0--0xFC) is not supported because it is not portable. + @d banner -"cefsconv (CJK ver. 4.8.2)" +"cefsconv (CJK ver. 4.8.3)" @c #include <ctype.h> @@ -111,10 +114,7 @@ wrong. #include <stdlib.h>@# -int main(argc, argv) - int argc; - char *argv[]; - +int main(int argc, char *argv[]) {int ch, i; unsigned char in[16]; unsigned char out[32]; @@ -175,6 +175,7 @@ int main(argc, argv) goto no_macro;@# *(outp++) = '\177'; + *(outp++) = '\177'; *(outp++) = '\"'; *(outp++) = '0';@# @@ -191,7 +192,6 @@ int main(argc, argv) goto no_macro;@# *(outp++) = '\177'; - *(outp++) = '\177'; *(outp++) = '\"'; *(outp++) = '0';@# diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd index 011732c6ee4..4ed1398ca9a 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd @@ -1,11 +1,11 @@ /*----------------------------------------------------------------------*\ cefsltx.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 - This file is part of the CJK macro package for LaTeX2e ver. 4.8.2 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 - Copyright (C) 1994-2008 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |