2010/12/10 Paul DeBruicker <
[hidden email]>:
> Hi
>
> How can I render an em dash in a page using Seaside?
html render: $—
html render: '—'
html render: (Character codePoint: 16r2014)
html html: '—'
html html: '—'
html html: '—'
With the first two you will have non-Latin-1 source code which may
lead to some interesting experiences. The first three will require
Unicode support (won't work on VAST) and are a bit slower on Pharo
(dunno about other platforms).
Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside