2ちゃんねる ■掲示板に戻る■ 全部 1- 最新50    

■ このスレッドは過去ログ倉庫に格納されています

VITA雑談014

61 :[名無し]さん(bin+cue).rar:2018/04/21(土) 06:22:34.77 ID:WcArL4Jw.net
>>40
出来たら、WebClientの文字コード設定、およびその下でやってるバイト列への変更から
文字コード変換処理の削除の対応もお願いします。
具体的には、以下です。
2つ目のは、対応してもしなくても問題ありません。

効果:Check for patchesの文字化け対応
ソース:Update.cs

WebClient wc = new WebClient();
//下行を追加
wc.Encoding = System.Text.Encoding.UTF8;
// 少し下にある以下を削除
//byte[] bytes = Encoding.UTF8.GetBytes(changesString);
//changesString = Encoding.UTF8.GetString(bytes);

効果:DL済の色付け条件の緩和
ソース:Item.cs
//return this.TitleId == other.TitleId && this.Region == other.Region && this.TitleName == other.TitleName && this.zRif == other.zRif && this.pkg == other.pkg;
return this.TitleId == other.TitleId && this.Region == other.Region && this.DownloadFileName == other.DownloadFileName;

総レス数 1001
413 KB
新着レスの表示

掲示板に戻る 全部 前100 次100 最新50
read.cgi ver.24052200