Hi Akira, > I have tried the current master, and found on > Japanese Windows (CP932): > > #define VALID_FILENAME_CHAR ((ch >= 32) && (ch <= 61) && \ > (ch != 34) && (ch != 42) && (ch != 47) && (ch != 58) && \ > (ch != 60)) || ((ch >= 64) && (ch != 92) && (ch != 124)) This is the same as I got in a Western Windows (CP1252). Good. Bruno