views:

20

answers:

0

I'm loading some data from a db4o database to a listview. some of the strings do have ä,ö,ü,ß characters. In VS Debugger they do look alright but when parsing them into a listview they are not correcly displayed.

I'm using C# + Winforms