Talk:Reverse a string: Difference between revisions

not mangling unicode is not extra credit
(not mangling unicode is not extra credit)
Line 27:
# Handle multibyte unicode strings
# Treat composed, possibly multibyte characters as an entity when reversing.
 
===Clarification===
 
"Handling multibyte encodings" is '''NOT''' part of my extra credit; I assume it (where applicable) to be part of the basic task. If your string reversing mangles non-ASCII characters then I would consider it just incorrect to start with. --[[User:Kevin Reid|Kevin Reid]] 14:16, 29 July 2009 (UTC)