Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はよく以下を使用して、現在のフォルダーからHTMLコンテンツを提供するためにWebサーバーをすばやく起動します(ローカルテスト用)。
python -m SimpleHTTPServer 8000
これを行うのにかなり簡単な方法はありますが、サーバーはシステムのデフォルトではなくUTF-8エンコーディングでファイルを提供しますか?