Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2004 17:59:44 -0800
From:      Maksim Yevmenkin <maksim.yevmenkin@savvis.net>
To:        pav@FreeBSD.org
Cc:        freebsd-bluetooth@FreeBSD.org
Subject:   Re: obexapp-1.4
Message-ID:  <41BA5490.3000708@savvis.net>
In-Reply-To: <1102721530.60420.15.camel@hood.oook.cz>
References:  <41B8D6D5.6090801@savvis.net> <1102634931.90683.9.camel@hood.oook.cz>  <41B8E56C.6050409@savvis.net> <1102668370.34937.7.camel@pav.hide.vol.cz>  <41B9E211.8050005@savvis.net> <1102709951.60420.9.camel@hood.oook.cz>  <41BA2816.9000908@savvis.net> <1102721530.60420.15.camel@hood.oook.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Pav Lucistnik wrote:

[...]

> Ok, so commands go in ucs or utf18 coding or something, and answers
> go in coding specified in <?xml> declaration.

not really. obex 'name' header is in unicode. obex is similar to http -
only obex uses binary format. xml comes into play only when 'obex folder
listing' request is sent.

>> so i guess obexapp(1) should use encoding header from xml and
>> translate values from xml into locale one is using
> 
> Would be very nice, yes.

how about setting you locate to utf-8, i.e.

% LANG=<whatever>.UTF-8 xterm (for Russian language LANG=ru_RU.UTF-8)

and then in new xterm window try to run obexapp and do ls. does cd 
command work? do you see any difference in ls output?

thanks,
max



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41BA5490.3000708>