Add 3 missing symbols to escape strings

SVN revision: 49794
This commit is contained in:
Bruno Dilly 2010-06-22 14:01:50 +00:00
parent 166dc4c594
commit 40db7f8c61
1 changed files with 3 additions and 0 deletions

View File

@ -575,6 +575,9 @@ static const char escape_strings[] =
"≡\0" "\xe2\x89\xa1\0"
"⊕\0" "\xe2\x8a\x95\0"
"⊥\0" "\xe2\x8a\xa5\0"
"†\0" "\xe2\x80\xa0\0"
"‡\0" "\xe2\x80\xa1\0"
"•\0" "\xe2\x80\xa2\0"
;