Re: Unicode support in Free bsd.

2010-04-08 Thread Yury Michurin
UTF8 works grate here in irssi and tcsh over putty, same goes for filenames. Had no problem with it what so ever, just needed to set in .cshrc: setenv LC_CTYPE he_IL.UTF-8 never checked any X applications though. On Thu, Apr 8, 2010 at 11:37 PM, Alejandro Imass wrote: > On Thu, Apr 8, 2010 at

Re: Unicode support in Free bsd.

2010-04-08 Thread Alejandro Imass
On Thu, Apr 8, 2010 at 4:22 PM, Matthew Seaman wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/04/2010 20:11:15, Kotecha, Grishma wrote: >> Can we name files in freebsd with unicode characters? >> Also are unicode characters supported in file i/o system calls like open, >> dllo

Re: Unicode support in Free bsd.

2010-04-08 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/04/2010 20:11:15, Kotecha, Grishma wrote: > Can we name files in freebsd with unicode characters? > Also are unicode characters supported in file i/o system calls like open, > dllopen, fopen? i.e. can we open a file with unicode pathname? > for

Re: Unicode support in Free bsd.

2010-04-08 Thread Chuck Swiger
On Apr 8, 2010, at 12:11 PM, Kotecha, Grishma wrote: > Can we name files in freebsd with unicode characters? UFS/UFS2 supports 8-bit chars (except NULL), so UTF8 representation for Unicode filenames ought to work OK. > Also are unicode characters supported in file i/o system calls like open, >

Unicode support in Free bsd.

2010-04-08 Thread Kotecha, Grishma
Can we name files in freebsd with unicode characters? Also are unicode characters supported in file i/o system calls like open, dllopen, fopen? i.e. can we open a file with unicode pathname? for e.g in windows CreatefileW is used for opening files with unicode pathnames (wide characters). If so