I'm trying to check DB entries using feature files in specflow an it doesn't seem to work. Instead of reading the DB entry (that contains special characters (µ,ß,ä...), Specflow recognises characters such as µ,ß,ä as little '?'.
Is there any kind of package or plugin I can use to solve the issue or do I have to convert the characters within the step definition?
Thanks.