Show More
@@ -82,6 +82,6 b' reverse_latex_symbol = { v:k for k,v in latex_symbols.items()}' | |||||
82 |
|
82 | |||
83 | fn = Path('..', 'IPython', 'core', 'latex_symbols.py') |
|
83 | fn = Path('..', 'IPython', 'core', 'latex_symbols.py') | |
84 | print("Writing the file: %s" % str(fn)) |
|
84 | print("Writing the file: %s" % str(fn)) | |
85 |
fn.write_text(s, encoding= |
|
85 | fn.write_text(s, encoding="utf-8") | |
86 |
|
86 | |||
87 |
|
87 |
General Comments 0
You need to be logged in to leave comments.
Login now