Commit 6f1c305e authored by Igor Dejanovic's avatar Igor Dejanovic

Fix in the bibtex example

parent 3c79d326
......@@ -86,7 +86,7 @@ class FieldValueSem(SemanticAction):
Remove braces. Remove newlines.
"""
def first_pass(self, parser, node, children):
value = children[0].value
value = children[0]
value = value.replace(r"\'{c}", u"ć")\
.replace(r"\'{C}", u"Ć")\
.replace(r"\v{c}", u"č")\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment