Displaying 6 results from an estimated 6 matches for "crcrlf".
Did you mean:
crlf
2010 Dec 21
1
Write.table eol argument
...cel 2004.
I would like for write.table to end each line with LF only-no carriage return (CR).
Default eol=''\n'' generates CRLF
Explicit eol=''\n'' generates CRLF
eol=''\r'' generates CR
eol=''\r\n'' generates (predictably) CRCRLF
Thank you for your time.
Jim
[[alternative HTML version deleted]]
2012 Oct 17
1
Adding an MT9234ZBA-USB modem to CentOS6.3
How, exactly, does CentOS-6.3 with udev recognize an USB modem when it
is plugged in. How is it indicated? What other configuration is
required?
I can find the modem in /sys/class/tty and I can get the attributes
using udevadm but I do not see anything in ps that refers to the modem
device.
--
*** E-Mail is NOT a SECURE channel ***
James B. Byrne
2013 May 21
3
should dovecot store maildir files with CRLF or LF?
Hi.
I've made a strange observation.
When having Dovecot (at least) with maildir and moving (via IMAP) mail
received by some client (Evolution 3.4) into it the following happens:
Regardless of whether the mail was originally(!) set with CRLF or LF
(i.e. when I use netcat to submit the plain SMTP to the relaying MTA).
When the client (Evolution) had received the mail via POP3 before moving
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello,
I just discovered a strange bug with serial passthrough in xen 4.1 on
Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The
serial port is passed through to a DomU with options 'irq = [ 4 ]' and
'ioports = [ '3f8-3ff ]'.
This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel
2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen
2013 May 13
5
Serial Passthrough broken in Debian Wheezy?
Hello,
I just discovered a strange bug with serial passthrough in xen 4.1 on
Debian Wheezy. The Dom0 has a GSM modem connected to serial port. The
serial port is passed through to a DomU with options 'irq = [ 4 ]' and
'ioports = [ '3f8-3ff ]'.
This worked as expected on Debian Squeeze with Xen 4.0 and Linux kernel
2.6.32 (both for Dom0 and DomU). On Debian Wheezy with Xen
2007 Oct 26
0
Wine release 0.9.48
...longer text than buffer_limit.
Alex Villac?s Lasso (5):
user32: Fix EM_SETLIMITTEXT with zeroed args.
user32: Tests for fix EM_SETLIMITTEXT with zeroed args.
riched20: Single-line control must refuse to insert carriage returns (with tests).
riched20: 2.0 and higher inserts CRCRLF as space (with tests).
riched32: Skeleton of richedit 1.0 test plus WM_SETTEXT test.
Alexander Dorofeyev (3):
gdi32: Fix off by one error in BIDI_Reorder.
gdi32: Fix runaway loop because of unsigned comparison in BIDI_Reorder.
gdi32: Fix unchecked NULL ptr in BIDI_Reorder....