Re: Arabic Lanaguage support



Thank you very much indeed. I did consider POST and GET with the FORM, but
with the same results :-(
In OPTIONS FOR CUSTOMS FORMS HANDLER dialog box, there is space for
"Encoding type:" It remains blank by default. Can I specify any specific
encoding here? If yes, what will be the syntax? Perhaps by force-specifying
this encoding will solve the problem.
It is to be remembered that without ANY specific workarounds, my home laptop
has no such problem. Maybe Windows installation types are different? I wonder.

"Jens Peter Karlsen[FP MVP]" wrote:

> 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
> > > >
> > >
> >
>
.



Relevant Pages

  • Re: Retrieve and update from SQL
    ... >> row and update some column in this retrieved row. ... > Use the programming API for the database you are trying to connect to? ... samples about retrieve data in a recordset and it worked fine, ...
    (comp.lang.cpp)
  • Re: Help - Timing Logic
    ... from the database ... ... now you either need to incorporate a locking procedure ... ... opposed to building the transaction in the code. ... implement as above locking only the records you retrieve / update - need ...
    (microsoft.public.dotnet.languages.vb)
  • Re: OT: MySQL versus PostgreSQL and database design
    ... to retrieve all the events at once. ... can make that a primary key in the database. ... likely to want to retrieve all at once, without any sorting. ... different the event types are -- if they've all got exactly the same ...
    (rec.crafts.metalworking)
  • Re: OT: MySQL versus PostgreSQL and database design
    ... to retrieve all the events at once. ... in a way that you can avoid any real searching in your application, ... can make that a primary key in the database. ... I was thinking of sorting the events into different tables so that each table contains one type of event - specifically a subset of events that I'm likely to want to retrieve all at once, ...
    (rec.crafts.metalworking)
  • Re: VW --> Bianary file into CLOB or BLOB
    ... Page 1252 encoding, which is normal Windows encoding for Western European ... the database as I manage this on both PostgreSQL, Oracle and ODBC ... My outstanding problem was to create a valid ByteArray from no matter ...
    (comp.lang.smalltalk)