欧文文字直接入力マクロ 作成 謎の講師 

秀丸エディタ for Windows95 用のマクロ



エディタを使っているとき、HTML用でウムラウト文字を表示させる &auml などを直接入力させるものです。







menu "☆ae→ä","☆oe→ö","☆ue→ü","☆Ae→Ä","☆Oe→Ö","☆Ue→Ü","☆ss→ß";
if( result == 0 ) endmacro;
	else if( result == 1 ) {
		insert "ä";
		} else if( result == 2 ) {
		insert "ö";
	} else if( result == 3 ) {
		insert "ü";
	} else if( result == 4 ) {
		insert "Ä";
	} else if( result == 5 ) {
		insert "Ö";
	} else if( result == 6 ) {
		insert "Ü";
	} else if( result == 7 ) {
		insert "ß";

	} 
endmacro;



ソースではブラウザ表示用に、& を & で表記してあります。

お役立ちマクロへ戻る


ホームページへ戻る