Displaying 9 results from an estimated 9 matches for "borilt".
2019 Apr 10
2
R 3.5.3 and 3.6.0 alpha Windows bug: UTF-8 characters in code are simplified to wrong ones
On 4/10/19 1:14 PM, Jeroen Ooms wrote:
> On Wed, Apr 10, 2019 at 12:19 PM Tom?? Bo?il <borilt at gmail.com> wrote:
>> Minimalistic example:
>> Let's type "?" (LATIN SMALL LETTER R WITH CARON) in RGui console:
>>> "?"
>> [1] "r"
>>
>> Although the script is in UTF-8, the characters are replaced by
>> "simp...
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
...on Windows
and some characters in string literals may be automatically changed.
Because, at this state, the UTF-8 encoding of R source files on
Windows is a fake Unicode as it can handle only 256 different ANSI
characters in reality.
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.
>
> I.e., do not use the ?best? fit and leave it to user?s competence:
> a) in some functions, utf-8 works
> b) in others -> error is thrown (e.g., incomplete string, NA, etc.)
> => user has to change t...
2019 Apr 10
0
R 3.5.3 and 3.6.0 alpha Windows bug: UTF-8 characters in code are simplified to wrong ones
On Wed, Apr 10, 2019 at 12:19 PM Tom?? Bo?il <borilt at gmail.com> wrote:
>
> Minimalistic example:
> Let's type "?" (LATIN SMALL LETTER R WITH CARON) in RGui console:
> > "?"
> [1] "r"
>
> Although the script is in UTF-8, the characters are replaced by
> "simplified" substitut...
2019 Apr 10
5
R 3.5.3 and 3.6.0 alpha Windows bug: UTF-8 characters in code are simplified to wrong ones
Hello,
There is a long-lasting problem with processing UTF-8 source code in R
on Windows OS. As Windows do not have "UTF-8" locale and R passes
source code through OS before executing it, some characters are
"simplified" by the OS before processing, leading to undesirable
changes.
Minimalistic example:
Let's type "?" (LATIN SMALL LETTER R WITH CARON) in RGui
2019 Apr 10
0
R 3.5.3 and 3.6.0 alpha Windows bug: UTF-8 characters in code are simplified to wrong ones
...characters that cannot be represented in the native
encoding.
Regards,
Yihui
--
https://yihui.name
On Wed, Apr 10, 2019 at 6:36 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>
> On 4/10/19 1:14 PM, Jeroen Ooms wrote:
> > On Wed, Apr 10, 2019 at 12:19 PM Tom?? Bo?il <borilt at gmail.com> wrote:
> >> Minimalistic example:
> >> Let's type "?" (LATIN SMALL LETTER R WITH CARON) in RGui console:
> >>> "?"
> >> [1] "r"
> >>
> >> Although the script is in UTF-8, the characters are r...
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
...s 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.
>>
>> I.e., do not use the ?best? fit and leave it to user?s competence:
>> a) in some functions, utf-8 works
>> b) in others -> error is thrown (e.g., incomplete string, NA, etc.)
>> => u...
2019 Apr 10
3
R 3.5.3 and 3.6.0 alpha Windows bug: UTF-8 characters in code are simplified to wrong ones
...Duncan Murdoch
>
> Regards,
> Yihui
> --
> https://yihui.name
>
> On Wed, Apr 10, 2019 at 6:36 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
>>
>> On 4/10/19 1:14 PM, Jeroen Ooms wrote:
>>> On Wed, Apr 10, 2019 at 12:19 PM Tom?? Bo?il <borilt at gmail.com> wrote:
>>>> Minimalistic example:
>>>> Let's type "?" (LATIN SMALL LETTER R WITH CARON) in RGui console:
>>>>> "?"
>>>> [1] "r"
>>>>
>>>> Although the script is in UTF-8, th...
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
On 4/10/19 6:32 PM, Jeroen Ooms wrote:
> On Wed, Apr 10, 2019 at 5:45 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>> On 10/04/2019 10:29 a.m., Yihui Xie wrote:
>>> Since it is "technically easy" to disable the best fit conversion and
>>> the best fit is rarely good, how about providing an option for
>>> code/package authors to disable
2019 Apr 10
0
R 3.5.3 and 3.6.0 alpha Windows bug: UTF-8 characters in code are simplified to wrong ones
...> >>>>
> >>>>
> >>>> On Wed, Apr 10, 2019 at 1:26 PM Tomas Kalibera <tomas.kalibera at gmail.com> wrote:
> >>>>> On 4/10/19 1:14 PM, Jeroen Ooms wrote:
> >>>>>> On Wed, Apr 10, 2019 at 12:19 PM Tom?? Bo?il <borilt at gmail.com> wrote:
> >>>>>>> Minimalistic example:
> >>>>>>> Let's type "?" (LATIN SMALL LETTER R WITH CARON) in RGui console:
> >>>>>>>> "?"
> >>>>>>> [1] "r"
&...