This commit is contained in:
lizazim
2012-06-10 21:38:10 +00:00
parent 60d8ec58a2
commit 2c371f5f33
30 changed files with 170 additions and 155 deletions

View File

@@ -0,0 +1,14 @@
concrete TextJpn of Text = CatJpn ** open ResJpn, Prelude in {
flags coding = utf8 ;
lin
TEmpty = {s = ""} ;
TFullStop phr txt = {s = phr.s ++ "。" ++ txt.s} ;
TQuestMark phr txt = {s = phr.s ++ "" ++ txt.s} ;
TExclMark phr txt = {s = phr.s ++ "" ++ txt.s} ;
}