Re: Problem with appendChild and ellipsis... [message #173101 is a reply to message #173079] |
Mon, 21 March 2011 08:53 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to previous message](/forum/theme/default/images/down.png) |
Michael Fesser
Messages: 215 Registered: September 2010
Karma:
|
Senior Member |
|
|
.oO(Dennis)
> On Sun, 20 Mar 2011 15:25:21 -0400, Jerry Stuckle
> <jstucklex(at)attglobal(dot)net> wrote:
>
>> BTW - if you had display_errors=on
>
> I thought I did, but I just looked again and it was off. It's on now.
>
>> Whenever I need ellipses I just use three periods (...).
>
> I do too.
For good typography you should use the correct characters. A " for
example is not a quote sign and ... are just three dots, but not an
ellipsis. But with Unicode you can use all the correct chars instead
of just their ugly ASCII replacements, like „“ and … for example.
> But the data I am extracting is from a WordPress table. For
> some reason the WordPress page/post editor insists on changing three
> periods to a single ellipsis.
Which is usually correct and recommended. You just have an encoding
problem somewhere. And if you don't fix it, it might also happen with
other special chars.
Micha
|
|
|