*** empty log message ***
This commit is contained in:
parent
5ee160811f
commit
90270929f5
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# @(#$Id: rcllyx,v 1.2 2007-01-23 07:16:27 dockes Exp $ (C) 2004 J.F.Dockes
|
# @(#$Id: rcllyx,v 1.3 2007-01-23 07:21:55 dockes Exp $ (C) 2004 J.F.Dockes
|
||||||
# There may still be code from Estraier in here:
|
# There may still be code from Estraier in here:
|
||||||
#================================================================
|
#================================================================
|
||||||
# Estraier: a personal full-text search system
|
# Estraier: a personal full-text search system
|
||||||
@ -129,7 +129,7 @@ if test -n "$langline" ; then
|
|||||||
set $langline
|
set $langline
|
||||||
lang=$2
|
lang=$2
|
||||||
fi
|
fi
|
||||||
#echo format: [$format] charset: [$charset] lang [$lang]
|
echo format: [$format] charset: [$charset] lang [$lang]
|
||||||
|
|
||||||
if test "$format" -ge 249 ; then
|
if test "$format" -ge 249 ; then
|
||||||
charset=utf-8
|
charset=utf-8
|
||||||
@ -138,7 +138,7 @@ else
|
|||||||
# to work, the logic has built-in inconsistencies even beyond the numerous
|
# to work, the logic has built-in inconsistencies even beyond the numerous
|
||||||
# external ones (what if the ukrainian writer prefers koi8-r ?). This is a
|
# external ones (what if the ukrainian writer prefers koi8-r ?). This is a
|
||||||
# joke.
|
# joke.
|
||||||
if test -n "$charset" -o "$charset" = default -o "$charset" = auto ; then
|
if test -z "$charset" -o "$charset" = default -o "$charset" = auto ; then
|
||||||
case "$lang" in
|
case "$lang" in
|
||||||
american|afrikaans|basque|catalan|danish|dutch|english|faeroese|finnish|french|galician|german|icelandic|irish|italian|norwegian|portuguese|spanish|swedish)
|
american|afrikaans|basque|catalan|danish|dutch|english|faeroese|finnish|french|galician|german|icelandic|irish|italian|norwegian|portuguese|spanish|swedish)
|
||||||
charset=iso-8859-1;;
|
charset=iso-8859-1;;
|
||||||
@ -174,7 +174,7 @@ if test -n "$charset" ; then
|
|||||||
else
|
else
|
||||||
inputcmd=cat
|
inputcmd=cat
|
||||||
fi
|
fi
|
||||||
#echo inputcmd: [$inputcmd]
|
echo inputcmd: [$inputcmd]
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
<html>
|
<html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user