4 Feb 00:47
unicode-disp.el v.5
Kevin Ryde <user42 <at> zip.com.au>
2012-02-03 23:47:59 GMT
2012-02-03 23:47:59 GMT
This is a bit of a window display table hack I've used for a while to mangle unicode chars to something viewable on a latin1 tty. It's very limited but might inspire other or similar things. Exactly what you want to see for undisplayables tends to be a matter of personal preference and/or how often you strike offending chars. The quote marks are probably the most common nonsense encountered. Multi-char replacements tend to make a mess of table columns etc.
;;; unicode-disp.el --- display-table fallbacks for some unicode chars ;; Copyright 2008, 2009, 2010, 2011, 2012 Kevin Ryde ;; ;; Author: Kevin Ryde <user42 <at> zip.com.au> ;; Version: 5 ;; Keywords: i18n, unicode, display ;; URL: http://user42.tuxfamily.org/unicode-disp/index.html ;; ;; unicode-disp.el is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by the ;; Free Software Foundation; either version 3, or (at your option) any later ;; version. ;; ;; unicode-disp.el is distributed in the hope that it will be useful, but ;; WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General ;; Public License for more details. ;;(Continue reading)



RSS Feed