Re: Special letters in HTM-Links



Gaston Verhulst wrote:
my HTML-Link in my Homepage looks like

<A HREF="http://www.wein-plus.de/wdb/index.php3"; target="_blank">Here
you can see the WineDataBase</A>

Now please my question:
Is in HTLM an option that I can ad to the Link description so I can
change automatically, in this case, to the Central-European
(Windows-1250) letterset?

There ain't any way to to tell the browser to change charset in a link,
this is done with a meta tag on the page which is loaded

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

This is from the page you had problems with, there is built in smartness
in todays browsers, which looks for UTF-8 characters, if a such is
found, the meta tag is ignored. The pages in question has some UTF-8
characters mixed with the iso-8859-1, which makes the browser to display
it as UTF-8, the best thing you can do, is to contact the webmaster or
the author of the page, to fix the page.


--

//Aho
.



Relevant Pages

  • Re: utf-8 wird von manchen MSIE nicht erkannt
    ... MSIE utf-8 korrekt erkennt und darstellt? ... Browser nicht reproduzieren). ... XMLHttp-Response eine neue Kodierung für den Zeichensatz ableitet? ...
    (de.comp.text.xml)
  • Re: [PHP] Smart Quotes not so smart
    ... Contributed code on http://php.net/str_replace to replace the MS Word ... You may have trouble with REAL UTF-8 and UTF-16 charsets, however, as ... Although we already had the Content type charset set to UTF-8 in the HTTP ... header, the browser was still defaulting to ...
    (php.general)
  • Re: utf-8 wird von manchen MSIE nicht erkannt
    ... Hier sollte dein Name stehen, ... MSIE utf-8 korrekt erkennt und darstellt? ... Browser nicht reproduzieren). ...
    (de.comp.text.xml)
  • Re: Re: Re: Re: Apache Server HTML Injection and UTF-7 XSS Vulnerability
    ... change manually the ecnoding in Firefox to UTF-7.. ... just about as easy as convincing a user to blindly accept a ... Think about what a browser has to do in order to interpret a page. ... Before it interprets your meta tag, it already has to guess the content ...
    (Bugtraq)
  • Re: UTF-8 without external modules on Perl 5.0
    ... before general browser support for utf-8 was adequate. ... Users could select an 8-bit web page encoding appropriate to their ... various ways when they attempt to submit characters which cannot be ...
    (comp.lang.perl.misc)

Loading