Don't use CommonX because the bulgarian CAdv category differ from the common one. The new CAdv definition is added

This commit is contained in:
krasimir
2008-02-22 09:33:55 +00:00
parent 614fb35c8b
commit 67348bf76c
5 changed files with 54 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
concrete TextBul of Text = CatBul ** {
-- 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} ;
}