Quote from GizmoreMar 22, 2013 - 17:00:32
The problem should be the newline.
The challenge requires you to put no newline after the phrase.
Happy Challenging
gizmore
Quote from GizmoreMar 22, 2013 - 17:11:23
Looks like an encoding problem to me.
Try to output utf8 encoded data.
Quote from GizmoreMar 22, 2013 - 18:12:35
Changing the header does not change your bytes magically.
The header only tells the client how to interpret the bytes.
Make sure you encode the è in utf8.
Hope this helps,
gizmore