Commented out some entities to make it compile on gdc

This commit is contained in:
Robin Green 2010-09-12 01:11:24 +01:00 committed by greenrd
parent ed994d259a
commit 1fcfb50ca3
1 changed files with 6 additions and 6 deletions

View File

@ -305,16 +305,16 @@ static this()
"mdash" : \— , "mdash" : \— ,
"lsquo" : \‘ , "lsquo" : \‘ ,
"rsquo" : \’ , "rsquo" : \’ ,
"sbquo" : \‚ , // "sbquo" : \‚ ,
"ldquo" : \“ , "ldquo" : \“ ,
"rdquo" : \” , "rdquo" : \” ,
"bdquo" : \„ , // "bdquo" : \„ ,
"dagger": \†, "dagger": \†,
"Dagger": \‡, "Dagger": \‡,
"permil": \‰, "permil": \‰
"lsaquo": \‹, // "lsaquo": \‹,
"rsaquo": \›, // "rsaquo": \›,
"euro" : \€ // "euro" : \€
]; ];
} }