
ʥꥪåǡΡδְ㤤θˡ
 How to check tags.

egrep -h '^[	 ]*[^	 %]' */*.txt | sed -E -e 's/<.*>/<\*>/g' -e 's/[	 ]*$//g' -e 's/^[	 ]*//g' | sort | uniq -c

egrep  ^[ μϡȤ⥿ʸ
ѤƤ륿ѥ󤬽ϤΤǡϲǥå롣


åǡΡְ㤤θˡ
 How to check tags.

cat Design/*.txt | sed -E -f ./doc/design_check.sed | sort | uniq -c

ѤƤѥ󤬽ϤΤǡϲǥå롣


ʥꥪåǡΡʸ¡PascalΥХȿ¡ˤۤƤʬθˡ
 How to check the length of messages.

egrep -n '^[	 ]*[^	 %]' */*.txt | env LANG=c egrep '^[^:]+:[0-9]+:.{254,}'
egrep -n '^[	 ]*[^	 %]' */*.txt | sed -E -f ./doc/length_check.sed | env LANG=c egrep '^[^:]+:[0-9]+:[^<]*<.{250,}>'
egrep -n '^[	 ]*[^	 %]' */*.txt | egrep -i prompt | sed -E -f ./doc/length_check.sed | env LANG=c egrep -i '^[^:]+:[0-9]+:.*prompt[^<]+<.{40,}>'

ǽ egrep  ^[ μϡξȤ⥿ʸ
env LANG=cפ˺ȡܸѸǲʸƤޤΤܡenv LANG=cפդȡASCII ǲʸΤǡХȿˤʤϤ
sedץȤˤơ%  \ Υˤִ򥷥ߥ졼Ȥ롣
	%JF ִܸ죴ʸ
	%JS %JG ִܸ죳ʸ
	\SCENE ִϱѸ28ʸ
	¾ \ִϱѸ10ʸ
	%JA ִܸ10ʸ
	%a ִܸ죸ʸ
	%n ִܸ죷ʸ
	%t ִܸ11ʸ
ꤷƤ롣
Ƚʸ 255  45 ǤϤʤ 250  40 ʤΤϡ;͵١
CUI⡼ɤ PROMPT 45ۤȡ̤Ϥ߽Ф
SDL⡼ɤ PROMPT ʸ¤ 70 餤ޤǤΤǡCUI⡼ɤλ˺ʤ褦դ줿


ƥ̾ʸĶCUIǲ̤Ϥ߽Фˤθˡ
 How to check the length of items name.

grep -wi name Design/PC_Equipment.txt | egrep -vi '%.*name' | sed -E -e 's/.*<(.*)>/\1/g'|env LANG=C egrep '.{29,}'

[ End of File ]
