When accessing strings from a french language utf-8 .txt file (that has been resgen'ed into a .resources file) via ResourceManager .GetString() method, I am encountering a problem. All the special characters are not coming through. The accented vowels etc. are being stripped out.

Other non-latin languages are working just fine, the utf-8 encoding is not a problem for the ResourceManager .

any ideas?

...