Re: Arabic Lanaguage support



Title: Re: Arabic Lanaguage support

The parameters are translated to html entities because these arabic signs can't be represented as is in an url.
When you retrieve the parameters you must take this into account and translate the entities back to the actual arabic signs.

Have you considered using POST instead of GET? Of course if it doesn't come from a form you can't do this.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

> -----Original Message-----
> From: shahn [mailto:shahn@xxxxxxxxxxxxxxxxxxxxxxxxx]
> Posted At: 17. april 2005 08:50
> Posted To: microsoft.public.frontpage.programming
> Conversation: Arabic Lanaguage support
> Subject: Re: Arabic Lanaguage support
>
>
> Thanx for the quick response. I think I'll rephrase my
> question. The page IS an ASP page. The hyperlink has
> parameter which is in Arabic language. The database is mixed
> - English and Arabic. The English parameters have no problem
> in retrieving records from the database. It is only the
> Arabic characters that show either '????' or something like
> '%1%2%3+' etc and retrieve no records although these
> parameters do come from the same database records. I have
> tried different encoding settings. Weird thing is it is
> working fine at my home laptop :-)
>
> "Jens Peter Karlsen[FP MVP]" wrote:
>
> > A hyperlink can not retrieve data from a database. You need
> to use a
> > serverside language such as ASP to do that.
> >
> > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
> >
> > > -----Original Message-----
> > > From: shahn [mailto:shahn@xxxxxxxxxxxxxxxxxxxxxxxxx]
> > > Posted At: 16. april 2005 12:58
> > > Posted To: microsoft.public.frontpage.programming
> > > Conversation: Arabic Lanaguage support
> > > Subject: Arabic Lanaguage support
> > >
> > >
> > > Arabic language Hyperlinks are not working for retrieving
> data from
> > > MS Access database having data in Arabic. Language
> setting has been
> > > modified to support the language. Although the page shows arabic
> > > words, the link bar shows something like %3%2%1 etc.
> > > Please help
> > > --
> > > shahn
> > >
> >
>


Loading