Talk:Remove duplicate elements: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Does Order Matter: new section)
(→‎APL example: It's GeSHi)
Line 1: Line 1:
==APL example==
==APL example==
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)


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

Revision as of 18:29, 13 July 2009

APL example

Encodings problem of the APL example? Where's the Unique operator (it appears in the text, but not in the code) --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. --Mwn3d 18:29, 13 July 2009 (UTC)

Does Order Matter

If order matters, then there are some solutions here that will not suffice. If it doesn't matter, it should be made explicit.