mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 14:32:51 -06:00
converted Urdu to utf8
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
concrete SentenceUrd of Sentence = CatUrd ** open Prelude, ResUrd in {
|
||||
|
||||
flags optimize=all_subs ;
|
||||
coding = utf8;
|
||||
|
||||
lin
|
||||
|
||||
@@ -15,8 +14,8 @@ concrete SentenceUrd of Sentence = CatUrd ** open Prelude, ResUrd in {
|
||||
agr = Ag Masc (numImp n) Pers2_Casual ;
|
||||
verb = infVP True vp agr ;
|
||||
dont = case pol of {
|
||||
CNeg True => "mt" ;
|
||||
CNeg False => "nh" ;
|
||||
CNeg True => mt_Str ;
|
||||
CNeg False => nh_Str ;
|
||||
_ => []
|
||||
}
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user