In several places nbformat seems to choose utf-8 as the default encoding (in particular when `read` or `write` get filenames as input). Does that mean that notebook files must be utf-8 encoded? If yes, perhaps it would be worth to state it explicitly. See https://github.com/jupyter/jupyter-sphinx/pull/125 for an example context where this matters.