On Thu, Dec 11, 2008 at 3:26 PM, Josh Lebal <[EMAIL PROTECTED]> wrote: > Well, I checked the thing works like a charm manually so I thought maybe it > was a unit test problem.
Which encoding are you saving the source-file in? If you save it as UTF-8, then those characters will be utf-8 encoded. If you save it as iso-8859-1, then those characters will be iso-8859-1 encoded. -- troels
