Displaying 3 results from an estimated 3 matches for "japanese_japan".
2013 May 01
1
Windows, format.POSIXct and character encodings
Hi all,
In what encoding does format.POSIXct return its output? It doesn't
seem to be utf-8:
Sys.setlocale("LC_ALL", "Japanese_Japan.932")
times <- c("1970-01-01 01:00:00 UTC", "1970-02-02 22:00:00 UTC")
ampm <- format(as.POSIXct(times), format = "%p")
x <- gsub(">", "*", paste(ampm, collapse = "+>"))
y <- "??+*??"
identical(x, y)
# [1...
2020 Jul 09
0
Is this surprising behavior of tkimage.create function a bug?
...\AppData\Local\Temp\RtmpmmOriu\filed04c9e079d4.jpg".
Is this a bug?
My session info is shown below.
> R Under development (unstable) (2020-07-08 r78794)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18362)
Matrix products: default
locale:
[1] LC_COLLATE=Japanese_Japan.932 LC_CTYPE=Japanese_Japan.932
[3] LC_MONETARY=Japanese_Japan.932 LC_NUMERIC=C
[5] LC_TIME=Japanese_Japan.932
attached base packages:
[1] tcltk stats graphics grDevices utils datasets
[7] methods base
other attached packages:
[1] magick_2.4.0
loaded via a namespace (and not atta...
2010 Feb 03
0
"read.table" and "scan" skips newlines which "count.fields" finds in Thai textfile
...b983 . `8.`9.`80..`9.
^^^^^
00000030 e0b8 8ae0 b988 20e0 b884 e0b8 a3e0 b8b1 `8.`9. `8.`8#`81
00000040 e0b8 9a0d 0a `8...
^^^^^
R>sessionInfo()
R version 2.8.0 (2008-10-20)
i386-pc-mingw32
locale:
LC_COLLATE=Japanese_Japan.932;LC_CTYPE=Japanese_Japan.932;LC_MONETARY=Japanese_Japan.932;LC_NUMERIC=C;LC_TIME=Japanese_Japan.932
--
View this message in context: http://n4.nabble.com/read-table-and-scan-skips-newlines-which-count-fields-finds-in-Thai-textfile-tp1460736p1460736.html
Sent from the R help mailing list ar...