rootvector2 commented on PR #620:
URL: https://github.com/apache/commons-csv/pull/620#issuecomment-4885304779

   No special handling needed. `endsWithDelimiterPrefix` compares `char` by 
`char`, same as `isDelimiter` and the lexer's delimiter match, so a 
supplementary code point (a surrogate pair) is matched symmetrically on both 
the print and parse sides. Added 
`testQuoteValueEndingWithSupplementaryDelimiterPrefix` with a two-clef 
(U+1D11E) delimiter and a value ending in a single clef to prove the straddle 
is quoted and round-trips.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to