From c5b963769539c8a7c9bd154585686d263c7d6d8a Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 22 Dec 2010 14:11:55 +0000 Subject: removed GF/deprecated --- deprecated/old-lib/resource/common/TextX.gf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 deprecated/old-lib/resource/common/TextX.gf (limited to 'deprecated/old-lib/resource/common/TextX.gf') diff --git a/deprecated/old-lib/resource/common/TextX.gf b/deprecated/old-lib/resource/common/TextX.gf deleted file mode 100644 index a5ddebc54..000000000 --- a/deprecated/old-lib/resource/common/TextX.gf +++ /dev/null @@ -1,11 +0,0 @@ -concrete TextX of Text = CommonX ** { - --- This will work for almost all languages except Spanish. - - lin - TEmpty = {s = []} ; - TFullStop x xs = {s = x.s ++ "." ++ xs.s} ; - TQuestMark x xs = {s = x.s ++ "?" ++ xs.s} ; - TExclMark x xs = {s = x.s ++ "!" ++ xs.s} ; - -} -- cgit v1.2.3