Is somebody using osX, perl and creating script in BBEdit?
When running the script
print encode_entities ('é');
(where the quoted character is a accented e)
I get the result é
All of a sudden it became 2 characters.
It has something to do with character encoding but how can I overcome this?
Has any monk any idea?