Fixing standard encoding mapping

This commit is contained in:
notmasteryet 2012-01-26 18:51:58 -06:00
parent d2ec98b31e
commit dd066f8369
3 changed files with 22 additions and 13 deletions

View File

@ -160,19 +160,20 @@ var Encodings = {
'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore', 'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
'braceleft', 'bar', 'braceright', 'asciitilde', '', '', 'exclamdown', 'braceleft', 'bar', 'braceright', 'asciitilde', '', '', '', '', '', '',
'cent', 'sterling', 'fraction', 'yen', 'florin', 'section', 'currency', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft', '', '', '', '', '', '', '', '', '', '', 'exclamdown', 'cent', 'sterling',
'guilsinglright', 'fi', 'fl', '', 'endash', 'dagger', 'daggerdbl', 'fraction', 'yen', 'florin', 'section', 'currency', 'quotesingle',
'periodcentered', '', 'paragraph', 'bullet', 'quotesinglbase', 'quotedblleft', 'guillemotleft', 'guilsinglleft', 'guilsinglright', 'fi',
'quotedblbase', 'quotedblright', 'guillemotright', 'ellipsis', 'fl', '', 'endash', 'dagger', 'daggerdbl', 'periodcentered', '',
'perthousand', '', 'questiondown', '', 'grave', 'acute', 'circumflex', 'paragraph', 'bullet', 'quotesinglbase', 'quotedblbase', 'quotedblright',
'tilde', 'macron', 'breve', 'dotaccent', 'dieresis', '', 'ring', 'guillemotright', 'ellipsis', 'perthousand', '', 'questiondown', '',
'cedilla', '', 'hungarumlaut', 'ogonek', 'caron', 'emdash', '', '', '', 'grave', 'acute', 'circumflex', 'tilde', 'macron', 'breve', 'dotaccent',
'', '', '', '', '', '', '', '', '', '', '', '', '', 'AE', '', 'dieresis', '', 'ring', 'cedilla', '', 'hungarumlaut', 'ogonek', 'caron',
'ordfeminine', '', '', '', '', 'Lslash', 'Oslash', 'OE', 'ordmasculine', 'emdash', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
'', '', '', '', '', 'ae', '', '', '', 'dotlessi', '', '', 'lslash', 'AE', '', 'ordfeminine', '', '', '', '', 'Lslash', 'Oslash', 'OE',
'oslash', 'oe', 'germandbls' 'ordmasculine', '', '', '', '', '', 'ae', '', '', '', 'dotlessi', '', '',
'lslash', 'oslash', 'oe', 'germandbls'
]); ]);
}, },
get WinAnsiEncoding() { get WinAnsiEncoding() {

View File

@ -0,0 +1 @@
https://vmp.ethz.ch/pdfs/diplome/vordiplome/Block%201/Algorithmen_%26_Komplexitaet/AlgoKo_f08_Aufg.pdf

View File

@ -410,6 +410,13 @@
"link": true, "link": true,
"type": "eq" "type": "eq"
}, },
{ "id": "issue1127",
"file": "pdfs/issue1127.pdf",
"md5": "4fb2be5ffefeafda4ba977de2a1bb4d8",
"rounds": 1,
"link": true,
"type": "eq"
},
{ "id": "liveprogramming", { "id": "liveprogramming",
"file": "pdfs/liveprogramming.pdf", "file": "pdfs/liveprogramming.pdf",
"md5": "7bd4dad1188232ef597d36fd72c33e52", "md5": "7bd4dad1188232ef597d36fd72c33e52",