Re: multilanguage site

2000-09-05 Thread Paul Lindner
On Fri, Sep 01, 2000 at 10:44:10PM -0400, Greg Stark wrote: can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) I'm really interested in what other people are doing here. We've just

Re: multilanguage site

2000-09-05 Thread Matt Sergeant
On Tue, 5 Sep 2000, Paul Lindner wrote: Anyway, here's what's in my global.asa to take care of this character set conversion mess.. Full details available to those that are interested.. [snip] Yikes, you redhat guys really need to look at AxKit: # in .htaccess AxOutputCharset ISO-8859-1

Re: multilanguage site

2000-09-05 Thread Matt Sergeant
On Tue, 5 Sep 2000, Paul Lindner wrote: On Tue, Sep 05, 2000 at 10:23:45AM +0100, Matt Sergeant wrote: On Tue, 5 Sep 2000, Paul Lindner wrote: Anyway, here's what's in my global.asa to take care of this character set conversion mess.. Full details available to those that are

Re: multilanguage site

2000-09-03 Thread Matt Sergeant
On Sat, 2 Sep 2000, Eric L. Brine wrote: As far as I can tell there's no way in html to indicate to the browser that a chunk of content is in some other encoding other than what was specified in the headers or meta tag. There's no span charset=... attribute or anything like that.

Re: multilanguage site

2000-09-03 Thread Riardas epas
On Fri Sep 1 23:18:13 2000 -0400 Eric L. Brine wrote: You basically must use an encoding like UTF-8 which can reach the entire unicode character set or else you cannot mix languages. Not quite. To display characters not in the current character set, use "...;" encodings, such as

Re: multilanguage site

2000-09-02 Thread Matt Sergeant
On 1 Sep 2000, Greg Stark wrote: can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) I'm really interested in what other people are doing here. We've just released our first cut

Re: multilanguage site

2000-09-02 Thread Eric L. Brine
As far as I can tell there's no way in html to indicate to the browser that a chunk of content is in some other encoding other than what was specified in the headers or meta tag. There's no span charset=... attribute or anything like that. Yes, there is. None exists in the standard,

Re: multilanguage site

2000-09-01 Thread Greg Stark
can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) I'm really interested in what other people are doing here. We've just released our first cut at i18n and it's going fairly well. But so

Re: multilanguage site

2000-09-01 Thread Eric L. Brine
As far as I can tell there's no way in html to indicate to the browser that a chunk of content is in some other encoding other than what was specified in the headers or meta tag. There's no span charset=... attribute or anything like that. This seems to make truly multilingual pages

Re: multilanguage site

2000-08-29 Thread Matt Sergeant
On Tue, 29 Aug 2000, Francesco Pasqualini wrote: can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) Can be usefull XML/XSL whit AxKit ? Is there any example/guideline ? This month's Web

RE: multilanguage site

2000-08-29 Thread Jerrad Pierce
: Re: multilanguage site On Tue, 29 Aug 2000, Francesco Pasqualini wrote: can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) Can be usefull XML/XSL whit AxKit ? Is there any example

Re: multilanguage site

2000-08-29 Thread Stas Bekman
On Tue, 29 Aug 2000, Matt Sergeant wrote: On Tue, 29 Aug 2000, Francesco Pasqualini wrote: can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) Can be usefull XML/XSL whit AxKit ?

Re: multilanguage site

2000-08-29 Thread David Hodgkinson
"Francesco Pasqualini" [EMAIL PROTECTED] writes: can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) Can be usefull XML/XSL whit AxKit ? Is there any example/guideline ? I'm interested

Re: multilanguage site

2000-08-29 Thread Matt Sergeant
On Tue, 29 Aug 2000, Stas Bekman wrote: On Tue, 29 Aug 2000, Matt Sergeant wrote: On Tue, 29 Aug 2000, Francesco Pasqualini wrote: can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for

Re: multilanguage site

2000-08-29 Thread Joshua Chamas
Francesco Pasqualini wrote: can someone suggest me the best way to build a multilanguage web site (english, french, ..). I'm using Apache + mod_perl + Apache::asp (for applications) Can be usefull XML/XSL whit AxKit ? Is there any example/guideline ? The approach used by Paul at