Talk:Remove duplicate elements: Difference between revisions

Content added Content deleted
(→‎Does Order Matter: Probably shouldn't)
(→‎APL example: PHP problem.)
Line 2: Line 2:
Encodings problem of the APL example? Where's the Unique operator (it appears in the text, but not in the code) --[[User:ShinTakezou|ShinTakezou]] 13:54, 31 March 2009 (UTC)
Encodings problem of the APL example? Where's the Unique operator (it appears in the text, but not in the code) --[[User:ShinTakezou|ShinTakezou]] 13:54, 31 March 2009 (UTC)
:GeSHi doesn't do APL correctly. It does seem to be an encoding problem. If you see it elsewhere, change the lang tags to pre tags for now. Maybe it will be fixed in future versions of GeSHi. --[[User:Mwn3d|Mwn3d]] 18:29, 13 July 2009 (UTC)
:GeSHi doesn't do APL correctly. It does seem to be an encoding problem. If you see it elsewhere, change the lang tags to pre tags for now. Maybe it will be fixed in future versions of GeSHi. --[[User:Mwn3d|Mwn3d]] 18:29, 13 July 2009 (UTC)
:: Not a GeSHi problem, a ''PHP'' problem. Believe it or not, PHP has problems with UTF-8. Will be fixed in PHP 6, but in the mean time, best-practices methods that do things like escape html-sensitive entities break. That's what turned out to be the root cause of the moose issue, too. --[[User:Short Circuit|Short Circuit]] 22:55, 13 July 2009 (UTC)


== Does Order Matter ==
== Does Order Matter ==