> 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
"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
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
"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
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.
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
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
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
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