Search found 2 matches

by Hakkk
Mon Feb 02, 2009 4:56 pm
Forum: Mini Server - Issues
Topic: Is it possible to support UTF-8 filename?
Replies: 2
Views: 15223

If both side are setting to the same codepage, ANSI filename is not a problem, since there will not be any mismatches. Problem happens with using non-unicode filename when server and client have different codepage settings. At most of the time, it works like this: In the client end, either Windows o...
by Hakkk
Tue Jan 27, 2009 3:08 pm
Forum: Mini Server - Issues
Topic: Is it possible to support UTF-8 filename?
Replies: 2
Views: 15223

Is it possible to support UTF-8 filename?

First of all, thanks for the great work within such a functional tiny application. Although all filenames are stored in UTF-8 code in Windows after 2000, I notice that this mini-server sends filename strings using ANSI code. That means if the Windows OSs on server- and client- side has different cod...