Previous in Forum: Have You Written iphone or Android Apps?   Next in Forum: Wireless and OS Problem
Close
Close
Close
3 comments
Rate Comments: Nested
Anonymous Poster

How can I properly display German characters in HTML?

01/09/2010 3:30 AM

Hello,

How can I properly display German characters in HTML?

Thanks .. :)

Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

Good Answers:

These comments received enough positive votes to make them "good answers".
Anonymous Poster
#1

Re: How can I properly display German characters in HTML?

01/09/2010 6:19 AM

Two ways (both I tried out)

1. If the font exist (Gothic) then chose the font in the HTML editor.

2. If it doesn't, then type in word processor (i did it in MS Word) on the font and copy/paste in the HTML Editor.

Reply
2
Power-User
United States - Member - New Member Fans of Old Computers - PDP 11 - New Member Hobbies - HAM Radio - New Member

Join Date: Jan 2005
Posts: 381
Good Answers: 8
#2

Encoding German characters in HTML

01/09/2010 4:51 PM

I'm not sure cutting and pasting will work once the character gets to the browser. You probably need to encode the special characters using HTML character encodings. First, at the head of your document, let the browser know that you're using an "extended" character set:

<meta http-equiv="content-type" content="text/html;charset=utf-8" />

Then insert special codes wherever you want a specific German character. For example a capital A-umlaut (Ä) is encoded as: &#196; (don't forget the semicolon), or using a slightly more user-friendly notation: &Auml;

There's a full table of German character encodings at:

http://webdesign.about.com/od/localization/l/blhtmlcodes-de.htm

Good Luck

BTW: On CR4 you can insert most German characters (and many others) into your post using the "insert special symbols" command from the toolbar (Ω)

Reply Good Answer (Score 2)
Member

Join Date: Jun 2012
Posts: 5
#3

Re: How can I properly display German characters in HTML?

07/01/2012 8:23 PM

Do hope that you found your answer. I just came across your posting....

I found Keyboard help, guess I tryed Google.

Hold down the "ALT" q=á, or set the caps lock and do the same, y=ü,p=ö,s=ß,6=¼,7=½.

Maybe this will help some one.

Reply
Reply to Forum Thread 3 comments

Good Answers:

These comments received enough positive votes to make them "good answers".
Copy to Clipboard

Users who posted comments:

Anonymous Poster (1); Greengoneby (1); Steve (1)

Previous in Forum: Have You Written iphone or Android Apps?   Next in Forum: Wireless and OS Problem

Advertisement