I mean webserver from which index retrieves documents. index should know
that the document is in iso-8859-1 charset.
Claus Jul Larsen wrote:
>
> Do you mean the webserver with the s.cgi? Why use the interal webserver
> through the index process? It's not through CGI
>
> Claus
>
> -----Oprindelig meddelelse-----
> Fra: Kir Kolyshkin [mailto:[EMAIL PROTECTED]]
> Sendt: 15. marts 2001 12:41
> Til: [EMAIL PROTECTED]
> Emne: Re: SV: SV: [aseek-users] s.cgi and templates in 1.04
>
> To solve that, your webserver should give proper encoding (it seems
> it does not). So, it should return
> "Content-Type: text/html; charset=iso-8859-1"
> header instead of just
> "Content-Type: text/html". Please fix webserver and reindex - your
> problem should be solved.
>
> Claus Jul Larsen wrote:
> >
> > Well, i've installed the patch and it works :-)
> >
> > But... A new problem is discovered in 1.04: The lowercased danish
> > characteres had been uppercased!
> >
> > Example:
> >
> > ...svenske kun 200 km derfra. Det er helt dagligdags viden, som de fleste
> > voksne har opnÅet - ved at lege, eksperimentere, opleve, stille dumme
> > spØrgsmÅl og lÆse bØger gennem en lang barndom og opvÆkst......
> >
> > The Æ,Ø,Å had been uppercased.
> >
> > Another: if I search with danish characterers the result is empty.. :-( eg
> > "børn" outputs no results. If I typed "børn*" the error message is: "At
> > least three letters or digits must be used at the beginning of pattern" -
> > Maybe only the first character is run i search?
> >
> > In charsets.conf is following set:
> >
> > CharsetTable iso88591 en charsets/iso88591
> > CharsetTable iso88591 dk charsets/iso88591
> >
> > CharsetAlias iso88591 iso-8859-1 iso8859-1 iso8859.1 iso-8859.1
> > iso_8859-1:1988 iso_8859-1 iso_8859.1
> >
> > LocalCharset iso88591
> >
> > In s.htm is
> >
> > CharsetTable iso88591 en charsets/iso88591
> > CharsetTable iso88591 dk charsets/iso88591
> >
> > LocalCharset iso88591
> >
> > -----Oprindelig meddelelse-----
> > Fra: Kir Kolyshkin [mailto:[EMAIL PROTECTED]]
> > Sendt: 14. marts 2001 17:08
> > Til: [EMAIL PROTECTED]
> > Emne: Re: SV: [aseek-users] s.cgi and templates in 1.04
> >
> > My bug...
> >
> > Please apply the following patch (attached) to templates.cpp
> > To do that, copy the file to src dir and run
> > patch -p0 < templates.diff
> >
> > Anybody who's got the same problem, please take this patch.
> >
> > Claus Jul Larsen wrote:
> > >
> > > Yes it worked in 1.03.
> > >
> > > > Is file /web/search.enovasion.dk/um.html located on computer
> > > search.enovasion.dk ?
> > >
> > > Yes. Templates is on search.envoasion.dk and searchd is on an another
> > > server.
> > >
> > > Claus
> > >
> > > -----Oprindelig meddelelse-----
> > > Fra: Alexander F. Avdonkin [mailto:[EMAIL PROTECTED]]
> > > Sendt: 14. marts 2001 15:48
> > > Til: [EMAIL PROTECTED]
> > > Emne: Re: [aseek-users] s.cgi and templates in 1.04
> > >
> > > Did it work in 1.0.3 ?
> > > Is file /web/search.enovasion.dk/um.html located on computer
> > > search.enovasion.dk ?
> > >
> > > ----- Original Message -----
> > > From: "Claus Jul Larsen" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, March 14, 2001 10:36 PM
> > > Subject: [aseek-users] s.cgi and templates in 1.04
> > >
> > > > Hi
> > > >
> > > > I've just upgraded to 1.04 and a new problem is her..
> > > >
> > > >
> > >
> >
> http://search.enovasion.dk/cgi-bin/s.cgi?tmpl=/web/search.enovasion.dk/um.ht
> > > > ml
> > > >
> > > > reply with the page:
> > > >
> > > > Can't open template file '/we'!
> > > >
> > > > The searchd daemon is on an another server which s.cgi points to.
> > > >
> > > > Claus
> > > >
> > > > -----Oprindelig meddelelse-----
> > > > Fra: Sergey V. Yershov [mailto:[EMAIL PROTECTED]]
> > > > Sendt: 14. marts 2001 15:10
> > > > Til: Alexander F. Avdonkin
> > > > Emne: Re[2]: [aseek-users] Troubles with web spaces
> > > >
> > > >
> > > > Hello Alexander,
> > > >
> > > > Aspseek placed on Linux 6.0.
> > > > Compiled with -o0
> > > >
> > > > trouble was in function ParseCgiQuery
> > > > in anyway independed from on or off in psN=
> > > > sscanf returned 1 what of course right because 1 parameter retrived
> > > > from passed token, but strange what it was rerurned even part of
> > > > string doesn't mach :-|
> > > >
> > > > Wednesday, March 14, 2001, 4:47:20 PM, you wrote:
> > > >
> > > > AFA> How have you created web-spaces ?
> > > > AFA> Can you provide URL from which we can try to search ?
> > > > AFA> Check if space files are created by looking at
> > > > AFA> <ASPseekDir>/var/<DBName>/subsets/space<N> where <N> is 1..2
> > > > AFA> If those files are absent, check your table "spaces" and if it is
> > not
> > > > empty,
> > > > AFA> then run "index -B" to generate files.
> > > >
> > > > AFA> Alexander.
> > > > >>
> > > > >> I was create 2 web spaces and expected what if i
> > > > >> pointed in URL wich space i want to use (like ?sp1=on&sp2=off)
> > > > >> server will return content from only one space? but in anyway i
> was
> > > > >> get content from both of spaces.
> > > > >>
> > > > >> Where was i misunderstood docs ?
> > > > >>
> > > > >> --
> > > > >> Best regards,
> > > > >> Sergey mailto:[EMAIL PROTECTED]
> > > > >>
> > > > >>
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > Best regards,
> > > > Sergey mailto:[EMAIL PROTECTED]
> > > >
> >
> > -- [EMAIL PROTECTED] http://kir.sever.net ICQ 7551596 --
> > Answers: $1, short: $5, correct: $25, dumb questions are still free.
>
> -- [EMAIL PROTECTED] http://kir.sever.net ICQ 7551596 --
> Answers: $1, short: $5, correct: $25, dumb questions are still free.
-- [EMAIL PROTECTED] http://kir.sever.net ICQ 7551596 --
Answers: $1, short: $5, correct: $25, dumb questions are still free.