We think that if there's a folder which has Japanese
characters for the name, html file doesn't display at
AMIS test build v 2.4.
("desktop" at Japanese Windows is in Japanese characters.)
The reason for this is that the std::transform operation that transforms the URL string to lower case mangles the japanese characters so that the path is incorrect. The code is in line 192 of textrenderbrain.cpp
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=445273
Originator: YES
The reason for this is that the std::transform operation that transforms the URL string to lower case mangles the japanese characters so that the path is incorrect. The code is in line 192 of textrenderbrain.cpp