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.
「ISO-8859-1」エンコーディングのファイルのデコードに問題があります。 たとえば、「%E7」を「ç」にデコードできません。手伝って頂けますか?
PS: VB.NET を使用しています。
ありがとう、ペドロ
%E7 は、8859-1 でエンコードされた文字列ではありません。URLエンコーディングのようです。HttpUtility.UrlDecode(str, Encoding.GetEncoding("iso-8859-1")) を使用する