13 Aug
2002
13 Aug
'02
7:39 p.m.
Charlie Reiman writes:
... The only solution I've found is the icky:
<dtml-var expr="pything('She said \x22Yes.\x22')">
or
<dtml-var expr="pything('She said \042Yes.\042')">
Is that the only way? Does dtml lack any kind of escape sequence? I can understand why there wouldn't be one but I'd like to be sure before I go You can also use the "chr" function (--> Python library reference), but I do not think, it is easier.
Dieter