Closed sagamusix closed 5 years ago
https://github.com/pouetnet/pouet2.0/blob/master/include_generic/functions.inc.php#L175
Not necessarily a fan of Unicode ellipses, because the function can't be sure if the output is HTML or UTF-8.
If you use …
rather than …
the output format shouldn't make a difference?
I would need to check the uses; there might be cases where the encoding is expected to be ASCII and not UTF8.
We have accidentally replaced one k by three dots.
(and maybe using an actual ellipsis unicode symbol - i.e. … - would be nicer too.)