fugashi icon indicating copy to clipboard operation
fugashi copied to clipboard

Return source white space string

Open kino-ma opened this issue 4 months ago • 2 comments

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.

kino-ma avatar Oct 07 '24 07:10 kino-ma