Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36700

    I am using PD4ML version 4.0.16. I noticed that the “Non-Breaking Space”   are unfortunately not “Non-Breakable”.
    Is there a solution for this?

    <html>
    <head>
    <style type=”text/css”>
    body {
    Width: 20px;
    }
    </style>
    </head>
    <body>
    <p>
    Hello, World!
    </p>
    </body>
    </html>

    #36701

    Sorry, the “&nbsp;” was swallowed.
    In the example, it should read: Hello, World!

    #36702

    Hi! It should not be non-breakable. It looks like an undesired side effect of our tuning of CJK line break logic. We’ll investigate the issue and let you know

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.