Subject:
|
Re: Ldraw.org: Organization and look & feel
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Sat, 10 Apr 1999 00:48:12 GMT
|
Viewed:
|
1421 times
|
| |
| |
In lugnet.cad.dev, braml@juno.com (Bram Lambrecht) writes:
> Todd Lehman wrote:
> > but why bother with all of that when the client & server can
> > negotiate the language for readers automatically? That's the
> > beauty of the Apache
> > way. :)
>
> But the URL's aren't translated then are they?
No -- those stay in some pre-chosen language, for example English.
> Just the pages are, right?
Right -- (unless you do silent URL redirection, but then you would lose
the advantage that the automatic language negotiation provides).
> I think that's one of the things Tim thought would be nice-
> meaningful URLs in every language.
It certainly is nice in theory, but there are very few languages besides
English don't use characters outside of the ASCII character set. For
example, you can't write...
http://www.ldraw.org/deutsch/müßen.html
Instead, you have to write either
http://www.ldraw.org/deutsch/muessen.html
or
http://www.ldraw.org/deutsch/m%FC%DFen.html
Many European languages have the property that their extended vowels can be
spelled out using a pair of more primitive vowels. So, for example, ö
becomes oe and ü becomes ue. However, this is not a 1-to-1 and invertible
mapping, as ø also becomes oe. Other characters, such as è, é, ç, and ñ may
not even be convertible in a standard way without losing information. You
can always work around this by using the hexadecimal form of the ISO-8859
character, but then you're back to something even less readable than another
language would be. For this reason, many Japanese web sites use English
words in their URLs. Some also using binary 8-bit characters in the URLs,
but this goes against the current widespread HTTP standard.
--Todd
|
|
Message is in Reply To:
| | Re: Ldraw.org: Organization and look & feel
|
| (...) But the URL's aren't translated then are they? Just the pages are, right? I think that's one of the things Tim thought would be nice- meaningful URLs in every language. BTW: has anyone taken a look at Altavista's "Translate" utility? IMO, it (...) (26 years ago, 9-Apr-99, to lugnet.cad.dev)
|
48 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|