From a6dfebe407f9a320118f2a412121e431d616a767 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 25 Jan 2008 18:44:37 +0000 Subject: Updated. --- lib/unicode-tokens.el | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el index 9524a190..6ee42978 100644 --- a/lib/unicode-tokens.el +++ b/lib/unicode-tokens.el @@ -34,7 +34,7 @@ ;; Tokens are used for programs that do not understand a Unicode encoding. ;; ;; TODO: -;; -- add coding/decoding for saving/reading files +;; -- add coding/decoding for saving/reading files (CCL program?!) (require 'cl) @@ -225,12 +225,14 @@ if there is such a unique character." ;; ;; Coding system for saving tokens in plain ASCII. ;; +;; TODO -(make-coding-system 'unicode-tokens-coding-system - 4 ; ccl - "Unicode token coding system" - (cons 'unicode-tokens-ccl-decode - 'unicode-tokens-ccl-encode)) +;; (make-coding-system 'unicode-tokens-coding-system +;; 4 ; ccl +;; ?T +;; "Unicode token coding system" +;; (cons 'unicode-tokens-ccl-decode +;; 'unicode-tokens-ccl-encode)) ;; Emacs-Unicode/23: -- cgit v1.2.3