For same string actionScript’s function charCodeAt
returns unicode character 13
and javascript’s function charCodeAt
returns unicode character 10
. Is there a reason why a line feed is returned by JS and a carriage return is returned by AS. After reading a few answers online I have come to the conclusion that both of these do not have much difference, can anyone please explain why was this change made.