Tagged Questions

1
vote
3answers
2k views

How do I convert a UCS2 string into UTF8?

How to convert a string that is in UCS2 (2 bytes per character) into a UTF8 string in Ruby?