Encode string to utf-8

hi all,

i realised that rails provide string in non-encode format.
may i know how can I encode it in utf-8?
i tried using html_helpers but i donno how to encode it?
i typed this :

<%= encode_entities(“Über geek”) %>

in my pdf.prawn at View but it does seems to work.

bryan