Rob van Dalen created VELOCITY-919:
--------------------------------------
Summary: Velocity is removing the Zero-Width space from the text
Key: VELOCITY-919
URL: https://issues.apache.org/jira/browse/VELOCITY-919
Project: Velocity
Issue Type: Bug
Components: Engine
Affects Versions: 2.1
Reporter: Rob van Dalen
*Input text:*
{code:html}
zie art. 1 WW
{code}
*Template:*
{code:bash}
<html>
<body>
${replacement}
</body>
</html>
{code}
Just before the text *art. 1* there is a Zero-Width space.
When i put the above text in the velocity engine, the engine is changing my
text. It's removing the Zero-Width Space.
My result is then without the Zero-Width Space:
{code:html}
<html>
<body>
zie art. 1 WW
</body>
</html>
{code}
Velocity should only do some markup and not change the original input text.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]