You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2019/07/09 23:08:27 UTC

[GitHub] [incubator-daffodil] olabusayoT opened a new pull request #260: Adds support for non-spacing and combining chars

olabusayoT opened a new pull request #260: Adds support for non-spacing and combining chars
URL: https://github.com/apache/incubator-daffodil/pull/260
 
 
   Pads non-spacing/combining chars with spaces so they show up properly
   aligned in the debugger without combining with our ~ delimiters or
   whitespace. Since they sometimes combine with preceding and following
   characters (e.g \u093f or \u064d), so we pad them on either side.
   This has the effect of displaying the char with an additional space but it is aligned 
   without the risk of it consuming our tilde.
   
   DAFFODIL-2168

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services