##// END OF EJS Templates
Stop-gap fix for crash with unicode input....
Stop-gap fix for crash with unicode input. The fix is highly suboptimal, as we're still ignoring unicode input. But at least we don't flat out crash, until I can work on it tomorrow.

File last commit:

r1261:a818e11a merge
r3126:233d50f6
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx