473,609 Members | 2,187 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Swedish letters i HTML for Netscape & Mozilla

Hi,
I use the Swedish letters å,ä,ö in my HTML code and it works perfectly
in IE, but not in Netscape and Mozilla browsers. Does anyone know how
to fix it?

I use &aring for å, &auml for ä and &ouml for ö.

Thanx
Jul 23 '05 #1
9 5609
Els
Anna wrote:
Hi,
I use the Swedish letters å,ä,ö in my HTML code and it
works perfectly in IE, but not in Netscape and Mozilla
browsers. Does anyone know how to fix it?

I use &aring for å, &auml for ä and &ouml for ö.


URL?

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: The Beatles - Drive My Car
Jul 23 '05 #2
On 3-3-2005 12:30, Anna wrote:
Hi,
I use the Swedish letters å,ä,ö in my HTML code and it works perfectly
in IE, but not in Netscape and Mozilla browsers. Does anyone know how
to fix it?

I use &aring for å, &auml for ä and &ouml for ö.

Thanx

They work in my Mozilla 1.7.5.
However, if the font does not have glyphs for these characters, they
will not show or maybe show as a small rectangle. Since most modern
fonts support these character, it seems unlikely that this is the problem.

If the &aring etc. is immediately followed by another letter, then you
should use a closing semicolon: å ä ö etc.
For instance Mozilla will render
G&oumlteborg
as:
G&oumlteborg
but
Göteborg
as desired:
Göteborg
[IE6 renders them both as Göteborg]

The W3C HTML 4.0.1 standard recommends to always use a closing semicolon
in these character entity references. See
<http://www.w3.org/TR/html4/charset.html#en tities>
--
Regards,

Roland de Ruiter
___ ___
/__/ w_/ /__/
/ \ /_/ / \
Jul 23 '05 #3
an************@ hotmail.com (Anna) writes:
I use the Swedish letters å,ä,ö in my HTML code and it works perfectly
in IE, but not in Netscape and Mozilla browsers. Does anyone know how
to fix it?

I use &aring for å, &auml for ä and &ouml for ö.


What happens if you use &aring; &auml; &ouml; (note the semicolons)?

--
Chris
Jul 23 '05 #4

"Anna" <an************ @hotmail.com> wrote in message
news:c8******** *************** ***@posting.goo gle.com...
Hi,
I use the Swedish letters å,ä,ö in my HTML code and it works perfectly
in IE, but not in Netscape and Mozilla browsers. Does anyone know how
to fix it?

I use &aring for å, &auml for ä and &ouml for ö.

Thanx


Since not all browsers support the entity names, try using the entity
numbers (instead of &Auml; use Ä).
Jul 23 '05 #5
On Sun, 6 Mar 2005, Richard wrote:
"Anna" <an************ @hotmail.com> wrote in message

I use &aring for å, &auml for ä and &ouml for ö.
Since not all browsers support the entity names,


It's a pity you don't recognise how little you know about this topic.
One might almost suspect you haven't bothered to read the better
answers which were previously posted on this thread by others - who
IMNSHO have a much better track record here than yourself.

I challenge you to name a web browser in active use these days -
or indeed that was still in active use 5 years ago - which
does not support *at least* the Latin-1 character entity names (as
proposed in RFC1866, and included in HTML/3.2).
try using the entity numbers (instead of &Auml; use Ä)


Why would it be necessary to "try"? - aren't you confident it's going
to work? Don't you know where to find any FAQs on this topic?

http://www.htmlhelp.com/faq/html/des...tity-or-number

I notice that you've stealthily inserted the trailing semi-colon which
the original poster had apparently omitted - but without saying
anything about why it was important.

....

Digression: in XML it's different. But in HTML-compatible XHTML
one would still expect them to be supported.
Jul 23 '05 #6

"Alan J. Flavell" <fl*****@ph.gla .ac.uk> wrote in message
news:Pi******** *************** ********@ppepc5 6.ph.gla.ac.uk. ..
On Sun, 6 Mar 2005, Richard wrote:
"Anna" <an************ @hotmail.com> wrote in message

I use &aring for å, &auml for ä and &ouml for ö.


Since not all browsers support the entity names,


It's a pity you don't recognise how little you know about this topic.
One might almost suspect you haven't bothered to read the better
answers which were previously posted on this thread by others - who
IMNSHO have a much better track record here than yourself.

I challenge you to name a web browser in active use these days -
or indeed that was still in active use 5 years ago - which
does not support *at least* the Latin-1 character entity names (as
proposed in RFC1866, and included in HTML/3.2).
try using the entity numbers (instead of &Auml; use Ä)


Why would it be necessary to "try"? - aren't you confident it's going
to work? Don't you know where to find any FAQs on this topic?

http://www.htmlhelp.com/faq/html/des...tity-or-number

I notice that you've stealthily inserted the trailing semi-colon which
the original poster had apparently omitted - but without saying
anything about why it was important.

...

Digression: in XML it's different. But in HTML-compatible XHTML
one would still expect them to be supported.


Alan J. Flavell,

If the sole purpose of your post was to embarass me because I lack
knowledge, you have not succeeded. I am aware that there are many things I
have not learned in the past 57 years.

I replied to the OP, in good faith, with information I got from the w3
Schools HTML tutorial; one of many sources I have been using in an attempt
to learn HTML If that information is incorrect, I suggest you bring it to
their attention since I do not have sufficient knowledge to properly explain
your reasoning. I am certain they would welcome the opportunity to make the
necessary corrections, if for no other reason than to preclude another
student from making the same error I have made.

Yes, I used the word 'try' because I have no way of knowing, for certain, if
my suggestion will help (what you described as a lack of confidence).

If you would care to discuss this further, let's take it outside the
newsgroup.

Richard
Jul 23 '05 #7
"Richard" <ri**********@c ox.net> wrote:
I replied to the OP, in good faith, with information I got from the
w3 Schools HTML tutorial;


Thank you for the warning. Hopefully people now realize how unreliable
the W3 Schools site is.

P.S. Unless you are Richard the troll, who has been spreading out
completely nonsensical "advice" for quite some time, I would suggest
that you use your full name in the From field, to make a difference and
to comply with RFC 1036.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #8
Jukka K. Korpela wrote:
"Richard" <ri**********@c ox.net> wrote:
I replied to the OP, in good faith, with information I got from the
w3 Schools HTML tutorial; ...

P.S. Unless you are Richard the troll, who has been spreading out
completely nonsensical "advice" for quite some time, I would suggest
that you use your full name in the From field, to make a difference and
to comply with RFC 1036.


Unless Richard the Stupid (RtS) has a new service. <g>
This is RtS: From: "Richard" <An*******@127. 001>

Richard at cox.net, please follow Jukka's advice and do not use
"Richard" as your handle, else you will be castigated with nearly
every post.

--
-bts
-This space intentionally left blank.
Jul 23 '05 #9
On Sun, 6 Mar 2005, Richard wrote:

[fullquote snipped, since you evidently had nothing to say about it]
If the sole purpose of your post was to embarass me because I lack
knowledge, you have not succeeded.
The only loser is yourself...
I replied to the OP, in good faith, with information I got from the w3
Schools HTML tutorial; one of many sources I have been using in an attempt
to learn HTML
Then you are evidently not ready to offer answers on this topic,
whatever your expertise may be elsewhere.

Lack of knowledge is normal, and represents no problem in itself - I'm
only too keenly aware of my own shortcomings in that regard; it only
becomes a problem when those who lack knowledge (*and fail to
recognise that better answers have already been posted by others*[1])
insist on repeating untested assertions that they have acquired from
other low-quality sources.
If that information is incorrect, I suggest you bring it to
their attention
What, me? If they had the slightest clue they would have read the
existing FAQs before promoting their own views.

[1] This is nothing personal. I'm referring to other well-respected
contributors here.
Yes, I used the word 'try' because I have no way of knowing, for
certain, if my suggestion will help (what you described as a lack of
confidence).
And yet, you could have tried the suggestions made by the other
contributors (and verified their track record on usenet, and on this
hierarchy in particular) and drawn your own conclusions.
If you would care to discuss this further, let's take it outside the
newsgroup.


No thanks. Usenet is a public forum. We who post to it must be
prepared to respond publicly to its critiques. I've done the same
often enough myself, and I don't see why you should be any different.

good luck
Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1779
by: Econ | last post by:
XML as part of HTML in different browsers In one folder are few files - XML - file with data - HTML - file with static text - XSL - file for transformation XML data into HTML - CSS - CascadeStyleSheet +-HTML----------------------------+ | |
1
3928
by: Gnarlodious | last post by:
I want to send a variable to a styleswitching script that will be a function of where the script is in the folder structure. The script will then assemble the stylesheet URL around the variable. For example, the variable "../../../../" would need to be sent to the script, how will I do this? Here is the script: http://www.Spectrumology.com/Styles/switcher.js
5
2269
by: Nick Li | last post by:
Hi, I need to create a html page so that "Back" button(or some other button) is disabled in IE browser. I would appreciate your help. Nick Li
4
2483
by: Lukasz Indyk | last post by:
hello;) i have a piece of html code, and want to replace every image on my page with this code. now i do it by replacing IMG node with SPAN node, and then setting innerHTML property of SPAN node with my html code: var nodeToReplaceWith = document.createElement("<SPAN>"); nodeToReplaceWith.innerHTML = HTMLCodeToReplaceWith; node.replaceNode(nodeToReplaceWith);
1
9318
by: v_verno | last post by:
Good day, I have a web page that shows info retrieved from a MySQL db and I would like to convert all these data into an .XLS file. Have searched the net high and low but seems that I'm unable to find a free tool that can do the above and therefore I'm forced to do everything from scratch. Till now have developed two different versions of the programs and both somehow work but still have a small problem that I can't understand.
3
1734
by: Daniel | last post by:
I admit that I am a novice when it comes to the HTML DOM and JavaScript. Basically, here is what I want to do: 1. Import some HTML from a remote web site 2. Parse the HTML to locate a specific tag based on font weight and font size 3. Check the text in that tag to see if it matches a specified string Does anyone have any ideas?
3
6043
by: Nuno Paquete | last post by:
Hi group. I need to save HTML to a database, but I have to be sure that these text is well saved, I mean, imagine that you've got a <TEXTAREA> and want to save the text inside. If the user type an ENTER in the middle of that text then we need to save this in the database in a format that could be later well translated. Does anyone know what function shoul I use or what method should I use? I've read a few months ago about a function that...
10
4567
by: VictorG | last post by:
Hello, I am new to JS and am trying to add some HTML into a JS function. So that when called the script as well as the HTML will be invoked. Is there some type of embed mechanism, sort of the reverse of embedding JS in an html page with the script tag. (which is what I am doing in this case) Is this even possible?
10
2354
by: News | last post by:
I have a page up trying to learn how to ID a browser and other info. http://wyght.com/warren/testPos.html here is the code <script type = "text/javascript"> var space = ", "; var name = navigator.appName;
0
8109
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8534
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8188
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8374
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6969
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5502
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4002
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4059
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1630
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.