Displaying 6 results from an estimated 6 matches for "unacc".
Did you mean:
uncc
2004 May 11
1
BUG: Vfs audit module & samba 3.0.4 ==> share unacces sible
add to each share
writeable = yes
or
read-only = no
This Helps!
Rauno
-----Original Message-----
From: werner maes [mailto:werner.maes@cc.kuleuven.ac.be]
Sent: 11. mai 2004. a. 16:19
To: samba@samba.org
Subject: [Samba] BUG: Vfs audit module & samba 3.0.4 ==> share unaccessible
Hello
Maybe there's a bug in samba-3.0.4.
The following configuration does NO longer work. It did work fine in
samba-3.0.2a. I did not test samba-3.0.3
The share is no longer accessible !!!
[BKHI-CC3]
path = /home/BKHI-CC3
valid users = @BKHI-CC3-R, @BKHI-CC3-W...
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
...choices.
It is not clear to me what (if any) difference ICU versions make, but
in R-devel extSoftVersion() reports that.
> In general, collation is a minefield: Some languages have the same letters in different order (e.g. Estonian with Z between S and T); accented characters sort with the unaccented counterpart in some languages but as separate characters in others; some locales sort ABab, others AaBb, yet others aAbB; sometimes punctuation is ignored, sometimes not; sometimes multiple characters count as one, etc.
>
As ?Comparison has long said.
--
Brian D. Ripley,...
2014 Nov 23
2
R string comparisons may vary with platform (plain text)
On Sat, Nov 22, 2014 at 12:42 PM, Duncan Murdoch
<murdoch.duncan at gmail.com> wrote:
> On 22/11/2014, 2:59 PM, Stuart Ambler wrote:
>> A colleague?s R program behaved differently when I ran it, and we thought
>> we traced it probably to different results from string comparisons as
>> below, with different R versions. However the platforms also differed. A
>>
2014 Nov 23
0
R string comparisons may vary with platform (plain text)
...e not using the same collation table for en_US, or at least one of them is not fully implementing the Unicode Collation Algorithm.
In general, collation is a minefield: Some languages have the same letters in different order (e.g. Estonian with Z between S and T); accented characters sort with the unaccented counterpart in some languages but as separate characters in others; some locales sort ABab, others AaBb, yet others aAbB; sometimes punctuation is ignored, sometimes not; sometimes multiple characters count as one, etc.
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business...
2013 May 24
7
Display borked when loading FONT
...s are present in /boot/extlinux/, next to extlinux.conf
itself. 'extlinux --install' reports no errors.
Result: It displays large vertical white bars and _every_ character is
borked (but each boot, the same characters are wrongly interpreted the
same, no random display here, even on the unaccented ones). The Fix is
easy : comment the FONT= line in, then extlinux is OK, but obviously
there are no more accents. :-/
I need the French accented characters, namely ?????????. At worst, I
could drop the accented letters but I'd be very sad to.
Tested on syslinux 5.01 and 5.10-pre2. Thi...
2014 Nov 23
0
R string comparisons may vary with platform (plain text)
...what (if any) difference ICU versions make, but in R-devel
> extSoftVersion() reports that.
>
>
>> In general, collation is a minefield: Some languages have the same letters in
>> different order (e.g. Estonian with Z between S and T); accented characters
>> sort with the unaccented counterpart in some languages but as separate
>> characters in others; some locales sort ABab, others AaBb, yet others aAbB;
>> sometimes punctuation is ignored, sometimes not; sometimes multiple characters
>> count as one, etc.
>>
> As ?Comparison has long said.
>...