Displaying 2 results from an estimated 2 matches for "_todays_".
Did you mean:
_today_
2019 Apr 11
2
R 3.5.3 and 3.6.0 alpha Windows bug: UTF-8 characters in code are simplified to wrong ones
Or, if this cannot be done easily, please, disable the "utf-8" value
in source(..., ) function on Windows R.
source(..., encoding = "utf-8")
-> error: "utf-8" does not work right on Windows.
-> (or, at least) warning: "utf-8" is handled by "best fit" on Windows
and some characters in string literals may be automatically changed.
Because, at
2019 Apr 11
0
R 3.5.3 and 3.6.0 alpha Windows bug: UTF-8 characters in code are simplified to wrong ones
...y to read the documentation for you, and if you had read
and understood it, you would not have used source(,encoding="UTF-8")
with characters not representable in current native encoding on Windows.
The authors should not be blamed for that the design _today_ does not
seem perfect for _todays_ systems (and how could they have guessed at
that time Windows will still not support UTF-8 as native encoding today).
Tomas
> Thanks,
> Tomas
>
>
> On Thu, Apr 11, 2019 at 8:53 AM Tom?? Bo?il <borilt at gmail.com> wrote:
>> For me, this would be a perfect solution.
>...