Re: [osol-code] multibyte support for FTP in Solaris

2010-11-03 Thread Richard L. Hamilton
> On Mon, 2010-11-01 at 10:36 +0100, Joerg Schilling > wrote: > > "Garrett D'Amore" wrote: > > > > > On Mon, 2010-10-25 at 00:43 -0700, shilpa wrote: > > > > How would glob feature work, in case multibyte > filenames are allowed? Because a multibyte character > is a combination of more than one c

Re: [osol-code] multibyte support for FTP in Solaris

2010-11-02 Thread Joerg Schilling
"Garrett D'Amore" wrote: > On Mon, 2010-11-01 at 10:36 +0100, Joerg Schilling wrote: > > The assumption that multi-byte characters use octets with the high order > > bit > > set is only correct for so called stateless locales. > > > > Locales that use shift codes behave different. > > Actually

Re: [osol-code] multibyte support for FTP in Solaris

2010-11-01 Thread Garrett D'Amore
On Mon, 2010-11-01 at 10:36 +0100, Joerg Schilling wrote: > "Garrett D'Amore" wrote: > > > On Mon, 2010-10-25 at 00:43 -0700, shilpa wrote: > > > How would glob feature work, in case multibyte filenames are allowed? > > > Because a multibyte character is a combination of more than one > > > cha

Re: [osol-code] multibyte support for FTP in Solaris

2010-11-01 Thread Joerg Schilling
"Garrett D'Amore" wrote: > On Mon, 2010-10-25 at 00:43 -0700, shilpa wrote: > > How would glob feature work, in case multibyte filenames are allowed? > > Because a multibyte character is a combination of more than one character, > > which includes glob characters like "{", "[" > > I'm not s

Re: [osol-code] multibyte support for FTP in Solaris

2010-11-01 Thread Garrett D'Amore
On Mon, 2010-10-25 at 00:43 -0700, shilpa wrote: > How would glob feature work, in case multibyte filenames are allowed? Because > a multibyte character is a combination of more than one character, which > includes glob characters like "{", "[" I'm not sure how globbing would work, frankly.

Re: [osol-code] multibyte support for FTP in Solaris

2010-10-25 Thread shilpa
How would glob feature work, in case multibyte filenames are allowed? Because a multibyte character is a combination of more than one character, which includes glob characters like "{", "[" -- This message posted from opensolaris.org ___ opensolari

Re: [osol-code] multibyte support for FTP in Solaris

2010-10-21 Thread Garrett D'Amore
On Thu, 2010-10-21 at 04:30 -0700, shilpa wrote: > If the filename has got multibyte characters, how is that dealt? The stream is "8-bit clean" (in BINARY mode at least), so the characters will be sent as their constituent bytes, i.e. the file will be identical on the receiver's side as it was on

Re: [osol-code] multibyte support for FTP in Solaris

2010-10-21 Thread shilpa
If the filename has got multibyte characters, how is that dealt? -- This message posted from opensolaris.org ___ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Re: [osol-code] multibyte support for FTP in Solaris

2010-10-20 Thread Garrett D'Amore
On Wed, 2010-10-20 at 03:45 -0700, shilpa wrote: > Hello, > > I need to know if FTP has support for multibyte languages. > > Meaning, if the locale is set to be multibyte languages like Japanese/ > Chinese, does FTP/FTPD in solaris support it? > > With Regards, > Shilpa. No, from my read of the