You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe (and cannot find it documented anywhere) that Docs uses Private Use Area Unicode characters to represent special elements like chips and code blocks.
Example code:
The first section of the doc:
I want to parse the date via the python API:
Jan 13, 2025
.The first few elements printed:
The date is returned in the first element as
\ue907
. How can that be converted to a date?Note: there is a
richLinkId
in the second element, but that is for a separate calendar element, and not theJan 13, 2025
date element.More generally, why are date elements returned as unicode instead of something easier to work with?
The text was updated successfully, but these errors were encountered: