Irvine Part34at WIN
Irvine Part34 - 暇つぶし2ch353:名無し~3.EXE
15/10/09 00:24:59.58 XBg8eicC.net
>>334
>♡(ハート)や~(~に似てるけど違う波形)などの環境依存文字(unicode)が〓(ゲタ)になるようです
StringExtension2.dmsからutf8.dmsに変えたんでこれで変換精度が上がったはず、たぶん
(これでも _ になる文字はあるがまあ仕方ないという事で)
diffか手動かで書き換えてね
11c11
< common_load('download','StringExtension2');
---
> common_load('download','utf8');
27c27
< var title = http.data.fromUTF8toSJIS2().decodeCharRef().match(/<h1 class="videotitle">[\s\t]*([^<]+?)[\s\t]*<\/h1>/) ? RegExp.$1 : 'no-title';
---
> var title = http.data.match(/<h1 class="videotitle">[\s\t]*([^<]+?)[\s\t]*<\/h1>/) ? (new Utf8 (RegExp.$1)).decodeCharRef().toSJIS() : 'no-title';


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch