diff options
author | Henry Stiles <henry.stiles@artifex.com> | 2000-02-18 03:42:36 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 2000-02-18 03:42:36 +0000 |
commit | bcf6311e9b12976b97f61239ea6c4cef087e64ac (patch) | |
tree | c9cbf333b62ec7a510306de74bac794f150e4131 /pcl/pctop.c | |
parent | b9dd52704f4f2e5f2c594b6050f680afe5f95bc8 (diff) |
Adds pjl "ENTER LANGUAGE" functionality. PCL or XL can now be
selected on the command line with the -L switch, through the PJL enter
language command or by auto sensing. The command line switch
overrides the PJL ENTER LANGUAGE command which overrides auto sensing.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1105 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pctop.c')
-rw-r--r-- | pcl/pctop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/pctop.c b/pcl/pctop.c index d99c953c9..db0cd9762 100644 --- a/pcl/pctop.c +++ b/pcl/pctop.c @@ -195,7 +195,7 @@ pcl_impl_characteristics( ) { static pl_interp_characteristics_t pcl_characteristics = { - "PCL5", + "PCL", "\033E", "Artifex", PCLVERSION, |