bulgarian in next-lib

This commit is contained in:
krasimir
2008-10-30 18:04:09 +00:00
parent 751d9c8940
commit 4558f2064d
25 changed files with 4040 additions and 0 deletions

View File

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