fugashi
fugashi copied to clipboard
Return source white space string
Currently, Node.white_space
always returns half-width space " "
(0x20).
However, it is not desirable behavior in my use case because I want to preserve source white space characters other than " "
(e.g., "\t"
) also.
By this PR, the function will return the original white space string.