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.
txtエディターでファイルを開くと、エンコードタイプが読み取れず、文字が混乱するだけです。ファイルを保存するときにプログラムでこれを使用し、c#でこれを行う方法を次のように指定します。
BinaryWriter bw = new BinaryWriter(File.Create(path), Encoder.SOME_ENCODING);
ロード時にデコードします。では、これにはどのエンコーディングを使用する必要がありますか?