Displaying 4 results from an estimated 4 matches for "s_eol".
Did you mean:
eol
2017 May 02
1
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
...es = ENCODING)
>
> EOL <- c (LF = "\n", CR = "\r", "CR+LF" = "\r\n")
>
> CSV <- structure (lapply (ENCODING, function (encoding) {
> structure (
> lapply (names (EOL), function (EOL.name) {
> csv <- sprintf ("df_%s_eol=%s.csv", encoding, EOL.name)
> write.csv (
> df, csv, fileEncoding = encoding, row.names = FALSE,
> eol = EOL [EOL.name]
> )
> list (csv = csv, raw = readBin (csv, "raw", 1000))
> }), .Names = names (EOL))
> }), .Names = ENCODI...
2017 May 02
0
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
...ot;raw", 1000))
)
}), .Names = ENCODING)
EOL <- c (LF = "\n", CR = "\r", "CR+LF" = "\r\n")
CSV <- structure (lapply (ENCODING, function (encoding) {
structure (
lapply (names (EOL), function (EOL.name) {
csv <- sprintf ("df_%s_eol=%s.csv", encoding, EOL.name)
write.csv (
df, csv, fileEncoding = encoding, row.names = FALSE,
eol = EOL [EOL.name]
)
list (csv = csv, raw = readBin (csv, "raw", 1000))
}), .Names = names (EOL))
}), .Names = ENCODING)
print (csv)
print (CSV)
-----...
2017 May 01
3
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
On 30/04/2017 12:23 PM, Duncan Murdoch wrote:
> No, I don't think anyone is working on this.
>
> There's a fairly simple workaround for the UTF-16 and UTF-32 iconv
> issues: don't attempt to produce character vectors, produce raw vectors
> instead. (The "toRaw" argument to iconv() asks for this.) Raw vectors
> can contain embedded nulls. Character vectors
2016 Sep 02
0
Wine release 1.9.18
...ded BOM tests and add other tests for 'reg import'.
regedit: Process registry input from stdin.
reg/tests: Fix copy/paste error in 'import' tests.
regedit: Remove two 'continue' statements from the end of two 'while' loops.
regedit: Do not set s_eol to NULL when it will be re-assigned immediately.
reg/tests: Exclude the null terminating character from MultiByteToWideChar conversion.
Huw D. M. Davies (26):
d3dx10/tests: Dynamically load d3d10 and skip if it's not present.
user32: Scale the edge thickness of check boxes dr...