On Tue, Feb 4, 2014 at 4:18 PM, Duncan Murdoch wrote:
>
> On 14-02-04 5:49 AM, Majid Einian wrote:
>>
>> Dear R Helpers,
>>
>> See the Code:
>>
>> a <- intToUtf8(1777)
>> show(a)
>> zz <- file(description="test.txt",open="w",encoding="UTF-8")
>> cat(a, file = zz)
>> close(zz)
>>
>> in a Unicode aw
On 14-02-04 5:49 AM, Majid Einian wrote:
Dear R Helpers,
See the Code:
a <- intToUtf8(1777)
show(a)
zz <- file(description="test.txt",open="w",encoding="UTF-8")
cat(a, file = zz)
close(zz)
in a Unicode aware environment (such as RGui console or RStudio Console)
you will see this as output:
[1
Dear R Helpers,
See the Code:
a <- intToUtf8(1777)
show(a)
zz <- file(description="test.txt",open="w",encoding="UTF-8")
cat(a, file = zz)
close(zz)
in a Unicode aware environment (such as RGui console or RStudio Console)
you will see this as output:
[1] "Û±"
but the character is not written c
3 matches
Mail list logo