nginx autoindex encoding problem

形式
Plain text
投稿日時
2020-11-10 15:59
公開期間
無期限
  1. nginx is a server-side application that has a feature to automatically list files on the filesystem.
  2. on windows, it has a problem.
  3. It calls the ANSI version of FindFirstFile and FindNextFile.
  4. The server-side generally uses UTF-8 encoding.
  5. It should invoke the WIDE version functions, and convert the file names between UTF-8 and UTF-16.
ダウンロード 印刷用表示

このコピペの URL

JavaScript での埋め込み

iframe での埋め込み

元のテキスト