Displaying 3 results from an estimated 3 matches for "ud4d0".
Did you mean:
2d4d0
2014 Dec 04
4
\U with more than 4 digits returns the wrong character
...er using \U syntax that has more than 4 digits, I
get the wrong character. For example,
"\U1d4d0"
should print a mathematical bold script capital A. See
http://www.fileformat.info/info/unicode/char/1d4d0/index.htm
On my machine, it prints the Hangul character corresponding to
"\Ud4d0"
http://www.fileformat.info/info/unicode/char/d4d0/index.htm
It seems that the hex-digit part is overflowing at 16^4.
I tested this on R3.1.2 and devel (2014-12-03 r67101) x64 under
Windows. I played around with Sys.setlocale and options("encoding"),
but couldn't get the expec...
2014 Dec 04
1
\U with more than 4 digits returns the wrong character
...or example,
>>
>> "\U1d4d0"
>>
>> should print a mathematical bold script capital A. See
>> http://www.fileformat.info/info/unicode/char/1d4d0/index.htm
>>
>> On my machine, it prints the Hangul character corresponding to
>>
>> "\Ud4d0"
>> http://www.fileformat.info/info/unicode/char/d4d0/index.htm
>>
>> It seems that the hex-digit part is overflowing at 16^4.
>>
>> I tested this on R3.1.2 and devel (2014-12-03 r67101) x64 under
>> Windows. I played around with Sys.setlocale and options(&...
2014 Dec 04
0
\U with more than 4 digits returns the wrong character
..., I
> get the wrong character. For example,
>
> "\U1d4d0"
>
> should print a mathematical bold script capital A. See
> http://www.fileformat.info/info/unicode/char/1d4d0/index.htm
>
> On my machine, it prints the Hangul character corresponding to
>
> "\Ud4d0"
> http://www.fileformat.info/info/unicode/char/d4d0/index.htm
>
> It seems that the hex-digit part is overflowing at 16^4.
>
> I tested this on R3.1.2 and devel (2014-12-03 r67101) x64 under
> Windows. I played around with Sys.setlocale and options("encoding"),
&g...