Hi, 

I do not think that libxml2 is compiled with iconv on
this system. How can I compile it with iconv ?

Regards,
ilker

--- Oded Arbel <[EMAIL PROTECTED]> wrote:
> From what I'm reading there :
> <snip>
> If there is no encoding declaration, then the input
> has to be in either UTF-8 or UTF-16,
> </snip>
> 
> Then there is no way to support your content w/o
> seriously patching libxml2. not withstanding, of
> course, the fact that libxml2 does not internally
> support ISO-8859-9 - that problem is easy to solve
> by compiling libxml2 with iconv (which may already
> be so on your system).
> 
> --
> Oded Arbel
> m-Wise mobile solutions
> [EMAIL PROTECTED]
> 
> +972-9-9581711 (116)
> +972-67-340014
> 
> ::..
> Felicity : "Will eight o'clock be ok ? great !",
> writing in her diary , "Wendsday.. 8.. Noel.. sex..
> Great !"
> 
> > -----Original Message-----
> > From: ilker Aktuna [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, August 19, 2002 1:43 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: charset problem
> > 
> > 
> > Hi,
> > 
> > I've found some information on encoding support of
> > libxml at link :
> > http://xmlsoft.org/encoding.html#implemente
> > But I don't know how to allow Turkish charset if
> not
> > declared in xml. (I am not good at C source)
> > Can someone help me please ?
> > 
> > Regards,
> > ilker
> > 
> > --- Oded Arbel <[EMAIL PROTECTED]> wrote:
> > > 
> > > I don't think you can remove the check from
> libxml -
> > > you're going to need to patch a widely used
> standard
> > > library just to get Kannel to work with a
> specific
> > > provider : that would simply make compiling
> Kannel a
> > > very long and complicated procedure, and no way
> this
> > > if going into standard Kannel. 
> > > But there might be a way to disable the check in
> > > libxml2 -  I'll look into it, but you can too :
> the
> > > libxml2 docs are available on the net at Gnome's
> > > site.
> > > 
> > > --
> > > Oded Arbel
> > > m-Wise mobile solutions
> > > [EMAIL PROTECTED]
> > > 
> > > +972-9-9581711 (116)
> > > +972-67-340014
> > > 
> > > ::..
> > > Putting smokers and non-smokers in the same room
> is
> > > like having a urinating and a non-urinating
> section
> > > in a swimming pool. 
> > >   -- Ross Parker 
> > > 
> > > 
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: ilker Aktuna
> [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, August 19, 2002 9:38 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: RE: charset problem
> > > > 
> > > > 
> > > > O.K , I see the problem is with the content
> > > providers.
> > > > But the fact that all the content providers
> use
> > > > Turkish charset in Turkey and most of them do
> not
> > > > apply any declaration to the wml source.
> > > > All tho other wap gateways give successful
> output
> > > with
> > > > this format, but Kannel does not.
> > > > 
> > > > I should find someway to remove this check
> from
> > > the
> > > > gateway or I should use another wap gateway.
> > > > I can not force all the wap sites to declare
> > > charset
> > > > in their wml's.
> > > > 
> > > > Can't you help me remove the check from the
> libxml
> > > ?
> > > > 
> > > > Regards,
> > > > ilker
> > > > 
> > > > 
> > > > 
> > > > --- Oded Arbel <[EMAIL PROTECTED]> wrote:
> > > > > No - there is no way, as this check isn't in
> the
> > > > > Kannel gateway but in the libxml2 XML
> handling
> > > code
> > > > > which is not part of the gateway's code, but
> > > simply
> > > > > a library it is using. I suggest you contact
> > > your
> > > > > content provider and make sure that they use
> > > > > compliant XML, as no one can gurantee
> correct
> > > > > results if using non-standardized input. 
> > > > > 
> > > > > XML is defined as using charset utf-8 by
> default
> > > if
> > > > > not explicitly set other wise in the
> content. by
> > > > > assuming a different implied character set
> w/o
> > > > > specifing it explicitly, you are essentialy
> > > breaking
> > > > > the XML standard and making sure that no
> > > standard
> > > > > compliant XML parser can handle your
> content.
> > > > > 
> > > > > --
> > > > > Oded Arbel
> > > > > m-Wise mobile solutions
> > > > > [EMAIL PROTECTED]
> > > > > 
> > > > > +972-9-9581711 (116)
> > > > > +972-67-340014
> > > > > 
> > > > > ::..
> > > > > The safest seat in a aeroplane is within the
> > > black
> > > > > box.
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > > -----Original Message-----
> > > > > > From: ilker Aktuna
> > > [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: Monday, August 19, 2002 7:48 AM
> > > > > > To: Oded Arbel; [EMAIL PROTECTED]
> > > > > > Subject: RE: charset problem
> > > > > > 
> > > > > > 
> > > > > > Hi,
> > > > > > 
> > > > > > Thanks for your reply.
> > > > > > I can not declare the encoding in the XML
> > > because
> > > > > I am
> > > > > > not the owner of these wap sites.
> > > > > > Is there another way to remove this check
> from
> > > the
> > > > > > gateway ?
> > > > > > 
> > > > > > Kind Regards,
> > > > > > ilker
> > > > > > 
> > > > > > --- Oded Arbel <[EMAIL PROTECTED]> wrote:
> > > > > > > 
> > > > > > > > -----Original Message-----
> > > > > > > > From: Paul Keogh
> > > [mailto:[EMAIL PROTECTED]]
> > > > > > > > This is a libxml error; From the
> libxml
> > > src;
> > > > > > > > 
> > > > > > > >     /*
> > > > > > > >      * If we detect an UTF8 error that
> > > > > probably
> 
=== message truncated ===


=====
ilker Aktuna
Network Expert 
CCNP, CCDA

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

Reply via email to