Talk:Reverse a string: Difference between revisions

Content added Content deleted
m (forgot to sign)
Line 13: Line 13:


:What unicode characters should be handled? For example in ShinTakez' resolution of the issue in R it was assumed that the unicode character meant was not either of the specials, U+FFFC or U+FFFD; is that a reasonable assumption? -[[User:Russell|Russell Pierce]] 18:50, 28 July 2009 (UTC)
:What unicode characters should be handled? For example in ShinTakez' resolution of the issue in R it was assumed that the unicode character meant was not either of the specials, U+FFFC or U+FFFD; is that a reasonable assumption? -[[User:Russell|Russell Pierce]] 18:50, 28 July 2009 (UTC)

:: i realised that their could be further complications, but stopped at something that could handle unicode of the type given, i.e. simple chars with optional simple composable chars.