You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Glog uses std::string to hold log directories and file names and open to
create the log. This means that under Windows, file names using unicode
characters cannot be used. So if I wanted to use the directory c:\ސݝש
for instance, I'm out of luck since these characters cannot be represented
using ansi-characters. In order to use Unicode for file names/directories
under Windows, the library would need to use the CreateFile(W)()-call.
This severely limits the usage of glog in internationalized scenarios under
Windows.
Original issue reported on code.google.com by ragnar.c...@gmail.com on 9 Feb 2010 at 11:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ragnar.c...@gmail.com
on 9 Feb 2010 at 11:02The text was updated successfully, but these errors were encountered: