search for: unicode_subscripts_and_superscript

Displaying 1 result from an estimated 1 matches for "unicode_subscripts_and_superscript".

2016 Aug 31
0
New strptime conversion specification for ordinal suffixes
...nal suffixes. These would obviously be locale-specific, but in English, %o would match to: - st - nd - rd - th - st - nd - rd - th Other languages may be covered by this <https://en.wikipedia.org/wiki/Ordinal_indicator> and/or this <https://en.wikipedia.org/wiki/Unicode_subscripts_and_superscripts> Wikipedia page on ordinal superscripts & Unicode superscripts, respectively. With this implemented, converting ord_dates to a Date or POSIXct would be as simple as: as.Date(ord_dates, format = "%B %d%o, %Y") Is there something on the C level preventing this from happening? Mi...