Forum Moderators: open
What I want to know is, for the paragraphs, words, etc do I have to make it
[2][blue]Garantie f[/blue][red]ü[/red][blue]r den st[/blue][red]ö[/red][blue]rungsfreien[/blue][/2][2][blue] Garantie für den störungsfreien[/blue][/2]Obviously, the latter version will save me much time. When I look at the source of various international sites, I see it both ways - with the specially-encoded characters, and with just the characters themselves.
When you do international stuff, what do you choose?
You mention German, which like French (my sites are in French) is a western European language. The key to success is to carefully and explicitly declare your charset. You have two options: the first is to use the legacy encoding ISO-8859-1. This is what I use most often. Note that there is some inconsistency between ISO-8859-1 and windows-1252, which is a Microsoft-created variant and which Windows usually (silently) uses in replacement to ISO-8859-1. As long as you are validating your pages, you should have no real difficulty.
ISO-8859-1 is more widely supported than the alternative, which is UTF-8. UTF-8 is a better choice if you have documents in a wide variety of languages, as it contains characters for almost all living languages from English to Japanese. Most editors can save is UTF-8, and most modern browsers can render it correctly. You may experience problems with older browsers such as Netscape 4.
A lot of programs such as Homesite which produce static pages automatically convert accented characters into the equivalent entities, but in most cases this is an unneccessary step. If you are using a content management system or automated page generation packages, then just use the standard characters.
The future is undoubtedly UTF-8. I am still mostly sticking to ISO-8859-1 as I have a lot of legacy content which would need to be converted, but with UTF-8 you will never need a character entity again. All major modern (version 5.x et higher) browsers support it, and all the major search engines (Google, Yahoo, MSN) use UTF-8 by default.
The pages do mention charset ISO-8859-1 so for now, things will do fine. I do like the idea that UTF-8 (the most universal) is the future ... but on what timeframe? What's the adoption rate? Or are we waiting for the W3 to rubber-stamp it?