summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w')
-rw-r--r--Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w b/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w
index 4de2e6032c0..8d81c07081f 100644
--- a/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w
+++ b/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w
@@ -1,6 +1,6 @@
-% This is the cweb file sjisconv.w of the CJK Package Ver. 4.8.2 29-Dec-2008
+% This is the cweb file sjisconv.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{sjisconv (CJK Version 4.8.2)}
+\def\title{sjisconv (CJK Version 4.8.3)}
\def\topofcontents{
\null\vfill
\centerline{\titlefont The {\ttitlefont sjisconv} program}
\vskip 20pt
- \centerline{(CJK Version 4.8.2)}
+ \centerline{(CJK Version 4.8.3)}
\vfill}
\def\botofcontents{
@@ -87,18 +87,18 @@ The following code is very simple. No error detection is done because \TeX\
which will see the output of \.{sjisconv} 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
-"sjisconv (CJK ver. 4.8.2)"
+"sjisconv (CJK ver. 4.8.3)"
@c
#include <stdio.h>
#include <stdlib.h>@#
-int main(argc, argv)
- int argc;
- char *argv[];
-
+int main(int argc, char *argv[])
{int ch;
fprintf(stdout, "\\def\\CJKpreproc{%s}", banner);@#