X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/6b327e1a303fa8512cd5c56684bab2869198c01e..8fcab6b0a377deb7b2a143caf4af084bf6cd7a68:/librarian/dcparser.py diff --git a/librarian/dcparser.py b/librarian/dcparser.py index a690e8f..a7215a1 100644 --- a/librarian/dcparser.py +++ b/librarian/dcparser.py @@ -82,6 +82,7 @@ for now we will translate this to some single date losing information of course. try: # check out the "N. poł X w." syntax if isinstance(text, str): text = text.decode("utf-8") + century_format = u"(?:([12]) *poł[.]? +)?([MCDXVI]+) *w[.,]*(?: *l[.]? *([0-9]+))?" vague_format = u"(?:po *|ok. *)?([0-9]{4})(-[0-9]{2}-[0-9]{2})?"