Displaying 3 results from an estimated 3 matches for "chacters".
Did you mean:
charcters
2004 Oct 20
3
Selecting from a character vector with logical operators
...1 28 1 38E6
> ca11c93SOL1VIIa<-ca11c93SOL1[ca11c93SOL1$RECTAN>"32Z9",]
Warning message:
">" not meaningful for factors in: Ops.factor(ca11c93SOL1$RECTAN, "32Z9")
(note RECTAN is the name assigned to the 7 th column)
Do these operators act on chacters vectors as opposed to numeric vectors and if so what are the rules for this?
Regards,
Robert Brown
2018 Apr 26
2
Character encoding mystery
Hi everyone,
I have a very annoying character encoding problem. Have a look to this:
# ls -l M*mo-1.*
-rw-rw-rw- 1 root root 8417218 6 sept. 2013 Mémo-1.aif
-rwxr--r-- 1 hope hope 8417218 6 sept. 2013 Mémo-1.aif
-rw-rw-rw- 1 root root 363175 6 sept. 2013 Mémo-1.m4a
-rwxr--r-- 1 hope hope 363175 6 sept. 2013 Mémo-1.m4a
Yes, it looks like two files have exactly the same name, but
2018 Apr 26
0
Character encoding mystery
On Thu, Apr 26, 2018 at 07:29:41PM +0200, Emmanuel Florac via samba wrote:
> Hi everyone,
>
> I have a very annoying character encoding problem. Have a look to this:
>
> # ls -l M*mo-1.*
> -rw-rw-rw- 1 root root 8417218 6 sept. 2013 Mémo-1.aif
> -rwxr--r-- 1 hope hope 8417218 6 sept. 2013 Mémo-1.aif
> -rw-rw-rw- 1 root root 363175 6 sept. 2013 Mémo-1.m4a
>