I have a chinese character on a data frame, but the output of printing it is
its UTF-8 code. Concretely, the character is 會 and the code is U+6703.
Following the code I arrive to the instruction
> base::format.default("會")
which prints
[1] "<U+6703>"
I do not know which is the extent of this behaviour either if it follows on
most recent versions of R.
Is it expected?
Thank you!
Iago
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel