[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:28894] Re: CUPS euc-jp error



On Tue, 12 Feb 2008 09:53:01 +0900
Akira Matsui <akira_matsui@xxxxxxxxxxxxxx> wrote:

| "/usr/lib/cups/filter/cjktexttops" はバイナリですので,バージョンは異な

あらら、そうなんですか。vine のものは、

$ file /usr/lib/cups/filter/cjktexttops
/usr/lib/cups/filter/cjktexttops: Bourne-Again shell script text executable

となっています。で、中身はというと、

#!/bin/bash

INPUT=-
if [ $# == 6 ]
then
  INPUT=$6
fi

# Extract the papersize
PAPERSIZE=`grep '^\*DefaultPageSize' "$PPD" | cut -d\  -f2`
#LC_ALL=ja_JP mpage -b$PAPERSIZE -1 -o -f -m18lr36bt -P- "$INPUT"
LC_ALL=ja_JP mpage -b$PAPERSIZE -1 -o -f -m68l18r36bt -P- "$INPUT"

です。ただし "LC_ALL =..." の行は、行頭に "#" が付いてコメントになっている
方が Vine のオリジナルです。その下にある現在使われている方は、左マージン
を調整するために私が "-m" オプションを変更したものです。
なお、その辺りの事については、個人的にまとめたものが以下にあります。
参考になるかどうか分かりませんが、よければご覧ください。
    http://homepage3.nifty.com/peterpan/Printing/setpxv630.html

--芳賀

Follow-Ups
[plamo:28895] Re: CUPS euc-jp error, 名倉昭一
References
[plamo:28867] CUPS euc-jp error, Akira Matsui
[plamo:28871] Re: CUPS euc-jp error, KOJIMA Mitsuhiro
[plamo:28872] Re: CUPS euc-jp error, Yasufumi Haga
[plamo:28893] Re: CUPS euc-jp error, Akira Matsui

[検索ページ] [メール一覧]
Plamo ML 公開システム