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 a

Re: multilanguage site

2000-09-05 Thread Paul Lindner
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 > > interested.. > > [snip] > > Yikes, you red

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 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 he

Re: [OT] multilanguage site

2000-09-03 Thread G.W. Haywood
Hi all, On Sun, 3 Sep 2000, [UTF-8] Ričardas Čepas wrote: > On Fri Sep 1 23:18:13 2000 -0400 Eric L. Brine wrote: > > This would require unicode capable browser anyway. Even more, > Netscape v4 doesn't show these escapes unless you set encoding to utf-8. There's a rather good docume

Re: multilanguage site

2000-09-03 Thread Ričardas Č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

Re: multilanguage site

2000-09-02 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 > > > attribute or anything like that. > >

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 > > attribute or anything like that. > > Yes, there is. None exists in the standard, as seen

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 >

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 > attribute or anything like that. This seems to make truly multilingual > pages really awkward.

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

Re: multilanguage site

2000-08-29 Thread Paul Lindner
On Tue, Aug 29, 2000 at 01:10:46PM -0700, Joshua Chamas wrote: > 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 wh

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 a

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

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 inte

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 whi

RE: multilanguage site

2000-08-29 Thread Jerrad Pierce
EMAIL PROTECTED] >Subject: 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 applicati

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'

multilanguage site

2000-08-29 Thread Francesco Pasqualini
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 ? Thanks Francesco Pasqualini