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" : \— ,
"lsquo" : \‘ ,
"rsquo" : \’ ,
"sbquo" : \‚ ,
// "sbquo" : \‚ ,
"ldquo" : \“ ,
"rdquo" : \” ,
"bdquo" : \„ ,
// "bdquo" : \„ ,
"dagger": \†,
"Dagger": \‡,
"permil": \‰,
"lsaquo": \‹,
"rsaquo": \›,
"euro" : \€
"permil": \‰
// "lsaquo": \‹,
// "rsaquo": \›,
// "euro" : \€
];
}