X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=CASE-MAPPING.awk;h=cc64e619548ce3cca3b20567a20d6cd6923dc973;hb=9217cf291dd396f5fdc83baef58d46c7a71db7b1;hp=526a4ef1cdb3effac855b0608dd7ab333ce29aaa;hpb=7ab5f5f6f2402015529277cdbd9a826bd665101f;p=m17n%2Fm17n-db.git diff --git a/CASE-MAPPING.awk b/CASE-MAPPING.awk index 526a4ef..cc64e61 100644 --- a/CASE-MAPPING.awk +++ b/CASE-MAPPING.awk @@ -18,8 +18,8 @@ # You should have received a copy of the GNU Lesser General Public # License along with the m17n library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -# 02111-1307, USA. +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. BEGIN { FS = "[ \t]*;[ \t]*"; @@ -41,9 +41,9 @@ function mtext (str) { /^[^\#]/ { if (FILENAME == "UNIDATA/SpecialCasing.txt" && NF == 5) { printf ("0x%s ( ", $1); - mtext ($2); - mtext ($3); - mtext ($4); + mtext($2); + mtext($3); + mtext($4); printf (")\n"); X[$1] = 1; }