|
しちりあさん今日は、Iranoan です。
> こんにちは
<snip>
> 2バイト文字に変換したいのですが可能でしょうか?
可能です。→末尾へ
> あと、一度間違えて秀丸エディタ&関連ソフトサポート会議室の方に
> 立ててしまいました。すみませんでした。
タッチの差で元の投稿が削除されていた(^^)。
//----------------------------------------―--------------------
setcompatiblemode 0x20F;
loaddll "HmJre.dll";
begingroupundo;
searchdown2 "&#[0-9]+;", regular;
while( result ){
$s = gettext( foundtopx, foundtopy, foundendx, foundtopy, 1 );
$s = midstr( $s, 2, strlen( $s ) - 3 );
insert unichar( val( $s ) );
finddown2;
}
freedll;
endgroupundo;
|
|