~ubuntu-branches/ubuntu/intrepid/ghostscript/intrepid-updates

« back to all changes in this revision

Viewing changes to lib/cjkv/cjkvinit.ps

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-08-13 21:49:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813214958-ro9nbb3fmvzlr7q3
Tags: 8.61.dfsg.1~svn8187-0ubuntu1
New upstream release
o SVN snapshot rev 8187
o CJK patches from Koji Otani to fix several issues with CJK text
(should fix http://bugs.ghostscript.com/show_bug.cgi?id=689304).
These patches were also applied to ESP Ghostscript and having them
in Gutsy's GPL GS will avoide regressions against Feisty's ESP GS.
o Minor bug fixes from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%!
 
2
%
 
3
% Developed by AXE,Inc., BBR Inc. and Turbolinux Inc.
 
4
%   under the technical advice by suzuki toshiya (Hiroshima University)
 
5
% For questions, please send mail to espgs8-cjk@printing-japan.org
 
6
%
 
7
% (C) Copyright 2006 Center of the International Cooperation for
 
8
%     Computerization 
 
9
%
 
10
% This program is free software;  you can redistribute it and/or
 
11
% modify it under the terms of the GNU General Public License as
 
12
% published by the Free Software Foundation; either version 2 of
 
13
% the License, or (at your option) any later version.
 
14
%
 
15
% This program is distributed in the hope that it will be useful,
 
16
% but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
18
% See the GNU General Public License for more details.
 
19
%
 
20
% You should have received a copy of the GNU General Public License
 
21
% along with this program; if not, write to the Free Software Foundation,
 
22
% Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
23
%
 
24
 
 
25
/CJKV_DEBUG dup where {
 
26
  pop pop
 
27
  currentdict
 
28
  [
 
29
    /CJKV_DEBUG_BASE
 
30
    /CJKV_DEBUG_CIDCM
 
31
    /CJKV_DEBUG_FNMAP
 
32
    /CJKV_DEBUG_TTCF
 
33
    /CJKV_DEBUG_TT11
 
34
    /CJKV_DEBUG_TT42
 
35
    /CJKV_DEBUG_GSUB
 
36
%   /CJKV_DEBUG_OS2     % fragile
 
37
  ] { true def } forall
 
38
} if
 
39
pop
 
40
 
 
41
(cjkv/baseutil.ps) runlibfile
 
42
(cjkv/tt42util.ps) runlibfile
 
43
(cjkv/tt11util.ps) runlibfile
 
44
(cjkv/cjkvttcf.ps) runlibfile
 
45
(cjkv/cjkfnmap.ps) runlibfile
 
46
(cjkv/cjkcidcm.ps) runlibfile