From 6a3e8d0e3976033643031c18ad6d46bdbae2a9d8 Mon Sep 17 00:00:00 2001 From: polluks Date: Sat, 26 Jul 2014 21:55:44 +0000 Subject: [PATCH] Fixed sz git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49165 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/locale/languages/templates/english.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/locale/languages/templates/english.c b/workbench/locale/languages/templates/english.c index 54d211ff08..3ca707c439 100644 --- a/workbench/locale/languages/templates/english.c +++ b/workbench/locale/languages/templates/english.c @@ -888,7 +888,7 @@ const UWORD __eng_ctype_array[256] = /* '§' */ iGraph | iPrint | iPunct, /* '€' */ iGraph | iPrint | iPunct, /* '¶' */ iGraph | iPrint | iPunct, - /* 'ß' */ iGraph | iPrint | iPunct | iLower, + /* 'ß' */ iAlpha | iGraph | iPrint | iLower, /* '®' */ iGraph | iPrint | iPunct, /* '©' */ iGraph | iPrint | iPunct, /* '�' */ iGraph | iPrint | iPunct, -- 2.11.4.GIT