Ortham / libloadorder

A cross-platform library for manipulating the load order and active status of plugins for the Elder Scrolls and Fallout games.
GNU General Public License v3.0
26 stars 8 forks source link

Errors opening file paths with non-ANSI characters #4

Closed Ortham closed 11 years ago

Ortham commented 11 years ago

See http://forums.bethsoft.com/topic/1459682-relz-wrye-bash-thread-97/?p=22860364 and onwards.

At the moment, I think the issue is to do with the path being returned by SHGetFolderPath being encoded in Windows/ANSI and not being converted to UTF-8, or something like that. I need to investigate more, really.

Ortham commented 11 years ago

This got fixed a while back.