Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 01-15-2005, 20:00   #1 (permalink)
JayB
Civilians

 
Default Translated Sites and HTML Characters

When creating a website in a language other than English, should I use the
HTML character entities to depict letters such as ö = ๖ or should I
just type in the character ๖ directly.

--
JayB


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 01-15-2005, 22:00   #2 (permalink)
GreyWyvern
Civilians

 
Default Re: Translated Sites and HTML Characters

On Sat, 15 Jan 2005 2306 GMT, JayB <jerryb@qwest.net> wrote:

> When creating a website in a language other than English, should I use
> the
> HTML character entities to depict letters such as ö = ๖ or should I
> just type in the character ๖ directly.


Use the ISO-8859-1 charset and type in the ๖ directly. Most, if not all,
user agents will render the character correctly.

To display your pages in ISO-8859-1, just add the following <meta> tag to
your <head> element:

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

Putting in the characters as-is will *definitely* help you in the search
engines. Non-english-speaking people will, of course, search for words
containing characters from their own alphabet.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary that nothing is ridiculous.
- http://www.greywyvern.com/webslavent.php?msg=53 - Opera puffin mascot
campaign!
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-16-2005, 08:00   #3 (permalink)
Toby Inkster
Civilians

 
Default Re: Translated Sites and HTML Characters

JayB wrote:

> When creating a website in a language other than English, should I use the
> HTML character entities to depict letters such as ö = รถ or should I
> just type in the character รถ directly.


Whichever you prefer, but if you are doing the latter, pay attention to
the character set your server sends in the HTTP headers.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-16-2005, 13:00   #4 (permalink)
Eric Jarvis
Civilians

 
Default Re: Translated Sites and HTML Characters

JayB jerryb@qwest.net wrote:
> When creating a website in a language other than English, should I use the
> HTML character entities to depict letters such as ö = ๖ or should I
> just type in the character ๖ directly.
>


It depends entirely on the context. If it's a single language site then
choose the correct character set and encoding and use the characters
directly (assuming you can). If it's multiple languages then it may be a
safer bet in the long term to use utf-8.

The key either way is to ensure that what you input is in the right
encoding. In most languages it will be best to input the characters
directly. In some it can be a safer bet to use the numerical entities,
I've been known to do so with Simplified Chinese and with Arabic. Of
course it's also easier to so if you don't have an easy way of entering
characters in that language.

Without knowing the precise details of what you intend then it's hard to
say what's your best option.

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-16-2005, 19:00   #5 (permalink)
JayB
Civilians

 
Default Re: Translated Sites and HTML Characters


"Eric Jarvis" <web@ericjarvis.co.uk> wrote in message
news:MPG.1c54a60d3d96333398db82@news.individual.ne t...
> JayB jerryb@qwest.net wrote:
>> When creating a website in a language other than English, should I use
>> the
>> HTML character entities to depict letters such as ö = ๖ or should I
>> just type in the character ๖ directly.
>>

>
> It depends entirely on the context. If it's a single language site then
> choose the correct character set and encoding and use the characters
> directly (assuming you can). If it's multiple languages then it may be a
> safer bet in the long term to use utf-8.
>
> The key either way is to ensure that what you input is in the right
> encoding. In most languages it will be best to input the characters
> directly. In some it can be a safer bet to use the numerical entities,
> I've been known to do so with Simplified Chinese and with Arabic. Of
> course it's also easier to so if you don't have an easy way of entering
> characters in that language.
>
> Without knowing the precise details of what you intend then it's hard to
> say what's your best option.


I'm doing a website for a farm and they would like translated versions in
Spanish, Somali and Turkish.

--
JayB


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-16-2005, 21:00   #6 (permalink)
Eric Jarvis
Civilians

 
Default Re: Translated Sites and HTML Characters

JayB jerryb@qwest.net wrote:
>
> "Eric Jarvis" <web@ericjarvis.co.uk> wrote in message
> news:MPG.1c54a60d3d96333398db82@news.individual.ne t...
> > JayB jerryb@qwest.net wrote:
> >> When creating a website in a language other than English, should I use
> >> the
> >> HTML character entities to depict letters such as ö = ๖ or should I
> >> just type in the character ๖ directly.
> >>

> >
> > It depends entirely on the context. If it's a single language site then
> > choose the correct character set and encoding and use the characters
> > directly (assuming you can). If it's multiple languages then it may be a
> > safer bet in the long term to use utf-8.
> >
> > The key either way is to ensure that what you input is in the right
> > encoding. In most languages it will be best to input the characters
> > directly. In some it can be a safer bet to use the numerical entities,
> > I've been known to do so with Simplified Chinese and with Arabic. Of
> > course it's also easier to so if you don't have an easy way of entering
> > characters in that language.
> >
> > Without knowing the precise details of what you intend then it's hard to
> > say what's your best option.

>
> I'm doing a website for a farm and they would like translated versions in
> Spanish, Somali and Turkish.
>


Go with Unicode. It will allow you to do text navigation to the other
languages on a single page. For all of those I'd use the straightforward
character entities rather than the numerical ones, assuming I'd got a
translator who knows how to produce Unicode documents properly.

I don't know about Somali (the only African languages I've dealt with
so far have been Swahili and Hausa). but I'm pretty sure the standard non-
Unicode encoding for Turkish is different from the one for Spanish and
English.

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Characters for Translated Page JayB Web Design 0 01-16-2005 01:00
narration translated over to html when save as web page... Mike Microsoft Applications 5 01-02-2005 15:00
Where to turn to get pages translated to other languages? Augustus Web Design 1 07-28-2004 00:43
Windings characters appear as Arial characters Thierry Microsoft Applications 1 06-30-2004 18:29
Country Music translated into hip-hop/rap cb88 Entertainment Discussions 8 05-01-2004 01:14


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 10:40.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.90385 seconds with 19 queries