DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:perspective

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tips:perspective [2014-04-12 01:00] – And a few more before I was done 65.244.148.222tips:perspective [2014-04-14 19:39] (current) 65.244.148.222
Line 25: Line 25:
   * Found that the BOM messes up the conversion, and then a few more characters in my ten-year-old PerspectiveWiki weren't liked either, so added to ParsePage:<code.py>   * Found that the BOM messes up the conversion, and then a few more characters in my ten-year-old PerspectiveWiki weren't liked either, so added to ParsePage:<code.py>
             s = s.replace(u'\ufeff',"")             s = s.replace(u'\ufeff',"")
-            s = s.replace(u'\uf06c',"")+            s = s.replace(u'\uf06c',"o")
             s = s.replace(u'\xad', "<<")             s = s.replace(u'\xad', "<<")
             s = s.replace(u'\xae', ">>")             s = s.replace(u'\xae', ">>")
tips/perspective.1397257246.txt.gz · Last modified: 2014-04-12 01:00 by 65.244.148.222

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki