Hi,
I'm writing a service that will read a file from a directory, read the contents of the file and process the content.
I am having issues with Swedish characters that are read from the file as they are beeing translated into "garbage chars" by the service when they are read.
Does anyone know what default code page/culture setting is beeing used by the Service Control Manager or perhaps you know of any article about "best practice" for handling Swedish characters in the context of Windows Service programming?
Any help is appreciated.