aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-02-12 18:46:02 +0000
committerDave Love <[email protected]>2001-02-12 18:46:02 +0000
commit19be0f52b1ffbd1e5ae3ec7a31854c809b38cf82 (patch)
tree1d24bf86b6e44ca295c50ed9589f29e497217d62 /lisp/international
parent4c813282bfc2ef686926bb6a9c764d9fc4f11752 (diff)
Undo coding change, which screwed up somehow.
Diffstat (limited to 'lisp/international')
-rw-r--r--lisp/international/latin1-disp.el764
1 files changed, 382 insertions, 382 deletions
diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el
index 0bcf85cd01..49678cc951 100644
--- a/lisp/international/latin1-disp.el
+++ b/lisp/international/latin1-disp.el
@@ -1,4 +1,4 @@
-;;; latin1-disp.el --- display tables for other ISO 8859 on Latin-1 terminals -*- coding: iso-2022-7bit -*-
+;;; latin1-disp.el --- display tables for other ISO 8859 on Latin-1 terminals -*- coding: emacs-mule -*-
;; Copyright (C) 2000 Free Software Foundation, Inc.
@@ -208,66 +208,66 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(apply 'latin1-display-char l))
- '((?,BF(B "'C" "C'")
- (?,BP(B "'D" "/D")
- (?,B&(B "'S" "S'")
- (?,Bf(B "'c" "c'")
- (?,Bp(B "'d" "/d")
- (?,BE(B "'L" "L'")
- (?,Bq(B "'n" "n'")
- (?,BQ(B "'N" "N'")
- (?,B`(B "'r" "r'")
- (?,B@(B "'R" "R'")
- (?,B6(B "'s" "s'")
- (?,B<(B "'z" "z'")
- (?,B,(B "'Z" "Z'")
- (?,B!(B "`A" "A;")
- (?,BJ(B "`E" "E;")
- (?,B#(B "`L" "/L")
- (?,B*(B "`S" ",S")
- (?,B^(B "`T" ",T")
- (?,B/(B "`Z" "Z^.")
- (?,B1(B "`a" "a;")
- (?,B3(B "`l" "/l")
- (?,Bj(B "`e" "e;")
- (?,B:(B "`s" ",s")
- (?,B~(B "`t" ",t")
- (?,B?(B "`z" "z^.")
- (?,B(B "`." "'.")
- (?,BC(B "~A" "A(")
- (?,BH(B "~C" "C<")
- (?,BO(B "~D" "D<")
- (?,BL(B "~E" "E<")
- (?,Bl(B "~e" "e<")
- (?,B%(B "~L" "L<")
- (?,BR(B "~N" "N<")
- (?,BU(B "~O" "O''")
- (?,BX(B "~R" "R<")
- (?,B)(B "~S" "S<")
- (?,B+(B "~T" "T<")
- (?,B[(B "~U" "U''")
- (?,B.(B "~Z" "Z<")
- (?,Bc(B "~a" "a(}")
- (?,Bh(B "~c" "c<")
- (?,Bo(B "~d" "d<")
- (?,B5(B "~l" "l<")
- (?,Br(B "~n" "n<")
- (?,Bu(B "~o" "o''")
- (?,Bx(B "~r" "r<")
- (?,B9(B "~s" "s<")
- (?,B;(B "~t" "t<")
- (?,B{(B "~u" "u''")
- (?,B>(B "~z" "z<")
- (?,B7(B "~v" "'<") ; ?,B"(B in latin-pre
- (?,B"(B "~~" "'(")
- (?,By(B "uu" "u^0")
- (?,BY(B "UU" "U^0")
- (?,BD(B "\"A")
- (?,Bd(B "\"a")
- (?,BK(B "\"E" "E:")
- (?,Bk(B "\"e")
- (?,B=(B "''" "'")
- (?,B7(B "'<") ; Lynx's rendering of caron
+ '((?�� "'C" "C'")
+ (?�� "'D" "/D")
+ (?�� "'S" "S'")
+ (?�� "'c" "c'")
+ (?�� "'d" "/d")
+ (?�� "'L" "L'")
+ (?�� "'n" "n'")
+ (?�� "'N" "N'")
+ (?�� "'r" "r'")
+ (?�� "'R" "R'")
+ (?�� "'s" "s'")
+ (?�� "'z" "z'")
+ (?�� "'Z" "Z'")
+ (?�� "`A" "A;")
+ (?�� "`E" "E;")
+ (?�� "`L" "/L")
+ (?�� "`S" ",S")
+ (?�� "`T" ",T")
+ (?�� "`Z" "Z^.")
+ (?�� "`a" "a;")
+ (?�� "`l" "/l")
+ (?�� "`e" "e;")
+ (?�� "`s" ",s")
+ (?�� "`t" ",t")
+ (?�� "`z" "z^.")
+ (?�� "`." "'.")
+ (?�� "~A" "A(")
+ (?�� "~C" "C<")
+ (?�� "~D" "D<")
+ (?�� "~E" "E<")
+ (?�� "~e" "e<")
+ (?�� "~L" "L<")
+ (?�� "~N" "N<")
+ (?�� "~O" "O''")
+ (?�� "~R" "R<")
+ (?�� "~S" "S<")
+ (?�� "~T" "T<")
+ (?�� "~U" "U''")
+ (?�� "~Z" "Z<")
+ (?�� "~a" "a(}")
+ (?�� "~c" "c<")
+ (?�� "~d" "d<")
+ (?�� "~l" "l<")
+ (?�� "~n" "n<")
+ (?�� "~o" "o''")
+ (?�� "~r" "r<")
+ (?�� "~s" "s<")
+ (?�� "~t" "t<")
+ (?�� "~u" "u''")
+ (?�� "~z" "z<")
+ (?�� "~v" "'<") ; ?�� in latin-pre
+ (?�� "~~" "'(")
+ (?�� "uu" "u^0")
+ (?�� "UU" "U^0")
+ (?�� "\"A")
+ (?�� "\"a")
+ (?�� "\"E" "E:")
+ (?�� "\"e")
+ (?�� "''" "'")
+ (?�� "'<") ; Lynx's rendering of caron
))))
((eq set 'latin-3)
@@ -277,34 +277,34 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(apply 'latin1-display-char l))
- '((?,C!(B "/H")
- (?,C"(B "~`" "'(")
- (?,C&(B "^H" "H^")
- (?,C6(B "^h" "h^")
- (?,C)(B ".I" "I^.")
- (?,C*(B ",S")
- (?,C+(B "~G" "G(")
- (?,C,(B "^J" "J^")
- (?,C/(B ".Z" "Z^.")
- (?,C1(B "/h")
- (?,C9(B ".i" "i^.")
- (?,C:(B ",s")
- (?,C;(B "~g" "g(")
- (?,C<(B "^j" "j^")
- (?,C?(B ".Z" "z^.")
- (?,CE(B ".c" "C^.")
- (?,CF(B "^C" "C^")
- (?,CU(B ".G" "G^.")
- (?,CX(B "^G" "G^")
- (?,C](B "~U" "U(")
- (?,C^(B "^S" "S^")
- (?,Ce(B ".C" "c^.")
- (?,Cf(B "^c" "c^")
- (?,Cu(B ".g" "g^.")
- (?,Cx(B "^g" "g^")
- (?,C}(B "~u" "u(")
- (?,C~(B "^s" "s^")
- (?,C(B "/." "^.")))))
+ '((?�� "/H")
+ (?�� "~`" "'(")
+ (?�� "^H" "H^")
+ (?�� "^h" "h^")
+ (?�� ".I" "I^.")
+ (?�� ",S")
+ (?�� "~G" "G(")
+ (?�� "^J" "J^")
+ (?�� ".Z" "Z^.")
+ (?�� "/h")
+ (?�� ".i" "i^.")
+ (?�� ",s")
+ (?�� "~g" "g(")
+ (?�� "^j" "j^")
+ (?�� ".Z" "z^.")
+ (?�� ".c" "C^.")
+ (?�� "^C" "C^")
+ (?�� ".G" "G^.")
+ (?�� "^G" "G^")
+ (?�� "~U" "U(")
+ (?�� "^S" "S^")
+ (?�� ".C" "c^.")
+ (?�� "^c" "c^")
+ (?�� ".g" "g^.")
+ (?�� "^g" "g^")
+ (?�� "~u" "u(")
+ (?�� "^s" "s^")
+ (?�� "/." "^.")))))
((eq set 'latin-4)
(when (or force
@@ -313,55 +313,55 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(apply 'latin1-display-char l))
- '((?,D!(B "A," "A;")
- (?,D"(B "k/" "kk")
- (?,D#(B "R," ",R")
- (?,D%(B "I~" "?I")
- (?,D&(B "L," ",L")
- (?,D)(B "S~" "S<")
- (?,D*(B "E-")
- (?,D+(B "G," ",G")
- (?,D,(B "T/" "/T")
- (?,D.(B "Z~" "Z<")
- (?,D1(B "a," "a;")
- (?,D2(B "';")
- (?,D3(B "r," ",r")
- (?,D5(B "i~" "~i")
- (?,D6(B "l," ",l")
- (?,D7(B "'<")
- (?,D9(B "s~" "s<")
- (?,D:(B "e-")
- (?,D;(B "g," ",g")
- (?,D<(B "t/" "/t")
- (?,D=(B "N/" "NG")
- (?,D>(B "z~" "z<")
- (?,D?(B "n/" "ng")
- (?,D@(B "A-")
- (?,DG(B "I," "I;")
- (?,DH(B "C~" "C<")
- (?,DJ(B "E," "E;")
- (?,DL(B "E." "E^.")
- (?,DO(B "I-")
- (?,DQ(B "N," ",N")
- (?,DR(B "O-")
- (?,DS(B "K," ",K")
- (?,DY(B "U," "U;")
- (?,D](B "U~" "~U")
- (?,D^(B "U-")
- (?,D`(B "a-")
- (?,Dg(B "i," "i;")
- (?,Dh(B "c~" "c<")
- (?,Dj(B "e," "e;")
- (?,Dl(B "e." "e^.")
- (?,Do(B "i-")
- (?,Dp(B "d/" "/d")
- (?,Dq(B "n," ",n")
- (?,Dr(B "o-")
- (?,Ds(B "k," ",k")
- (?,Dy(B "u," "u;")
- (?,D}(B "u~" "~u")
- (?,D~(B "u-")
- (?,D(B "^.")))))
+ '((?�� "A," "A;")
+ (?�� "k/" "kk")
+ (?�� "R," ",R")
+ (?�� "I~" "?I")
+ (?�� "L," ",L")
+ (?�� "S~" "S<")
+ (?�� "E-")
+ (?�� "G," ",G")
+ (?�� "T/" "/T")
+ (?�� "Z~" "Z<")
+ (?�� "a," "a;")
+ (?�� "';")
+ (?�� "r," ",r")
+ (?�� "i~" "~i")
+ (?�� "l," ",l")
+ (?�� "'<")
+ (?�� "s~" "s<")
+ (?�� "e-")
+ (?�� "g," ",g")
+ (?�� "t/" "/t")
+ (?�� "N/" "NG")
+ (?�� "z~" "z<")
+ (?�� "n/" "ng")
+ (?�� "A-")
+ (?�� "I," "I;")
+ (?�� "C~" "C<")
+ (?�� "E," "E;")
+ (?�� "E." "E^.")
+ (?�� "I-")
+ (?�� "N," ",N")
+ (?�� "O-")
+ (?�� "K," ",K")
+ (?�� "U," "U;")
+ (?�� "U~" "~U")
+ (?�� "U-")
+ (?�� "a-")
+ (?�� "i," "i;")
+ (?�� "c~" "c<")
+ (?�� "e," "e;")
+ (?�� "e." "e^.")
+ (?�� "i-")
+ (?�� "d/" "/d")
+ (?�� "n," ",n")
+ (?�� "o-")
+ (?�� "k," ",k")
+ (?�� "u," "u;")
+ (?�� "u~" "~u")
+ (?�� "u-")
+ (?�� "^.")))))
((eq set 'latin-5)
(when (or force
@@ -370,15 +370,15 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(apply 'latin1-display-char l))
- '((?,Mp(B "~g" "g(")
- (?,MP(B "~G" "G(")
- (?,M](B ".I" "I^.")
- (?,M~(B ",s")
- (?,M^(B ",S")
- (?,Mj(B "^e" "e<") ; from latin-post
- (?,Ml(B ".e" "e^.")
- (?,Mo(B "\"i" "i-") ; from latin-post
- (?,M}(B ".i" "i.")))))
+ '((?�� "~g" "g(")
+ (?�� "~G" "G(")
+ (?�� ".I" "I^.")
+ (?�� ",s")
+ (?�� ",S")
+ (?�� "^e" "e<") ; from latin-post
+ (?�� ".e" "e^.")
+ (?�� "\"i" "i-") ; from latin-post
+ (?�� ".i" "i.")))))
((eq set 'latin-8)
(when (or force
@@ -387,37 +387,37 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(apply 'latin1-display-char l))
- '((?,_!(B ".B" "B`")
- (?,_"(B ".b" "b`")
- (?,_%(B ".c" "c`")
- (?,_$(B ".C" "C`")
- (?,_&(B ".D" "D`")
- (?,_+(B ".d" "d`")
- (?,_8(B "`w")
- (?,_((B "`W")
- (?,_:(B "'w" "w'")
- (?,_*(B "'W" "W'")
- (?,_<(B "`y")
- (?,_,(B "`Y")
- (?,_1(B ".f" "f`")
- (?,_0(B ".F" "F`")
- (?,_3(B ".g" "g`")
- (?,_2(B ".G" "G`")
- (?,_5(B ".m" "m`")
- (?,_4(B ".M" "M`")
- (?,_9(B ".p" "p`")
- (?,_7(B ".P" "P`")
- (?,_?(B ".s" "s`")
- (?,_;(B ".S" "S`")
- (?,_>(B "\"w")
- (?,_=(B "\"W")
- (?,_p(B "^w" "w^")
- (?,_P(B "^W" "W^")
- (?,_w(B ".t" "t`")
- (?,_W(B ".T" "T`")
- (?,_~(B "^y" "y^")
- (?,_^(B "^Y" "Y^")
- (?,_/(B "\"Y")))))
+ '((?�� ".B" "B`")
+ (?�� ".b" "b`")
+ (?�� ".c" "c`")
+ (?�� ".C" "C`")
+ (?�� ".D" "D`")
+ (?�� ".d" "d`")
+ (?�� "`w")
+ (?�� "`W")
+ (?�� "'w" "w'")
+ (?�� "'W" "W'")
+ (?�� "`y")
+ (?�� "`Y")
+ (?�� ".f" "f`")
+ (?�� ".F" "F`")
+ (?�� ".g" "g`")
+ (?�� ".G" "G`")
+ (?�� ".m" "m`")
+ (?�� ".M" "M`")
+ (?�� ".p" "p`")
+ (?�� ".P" "P`")
+ (?�� ".s" "s`")
+ (?�� ".S" "S`")
+ (?�� "\"w")
+ (?�� "\"W")
+ (?�� "^w" "w^")
+ (?�� "^W" "W^")
+ (?�� ".t" "t`")
+ (?�� ".T" "T`")
+ (?�� "^y" "y^")
+ (?�� "^Y" "Y^")
+ (?�� "\"Y")))))
((eq set 'latin-9)
(when (or force
@@ -426,14 +426,14 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(apply 'latin1-display-char l))
- '((?,b((B "~s" "s<")
- (?,b&(B "~S" "S<")
- (?,b$(B "Euro" "E=")
- (?,b8(B "~z" "z<")
- (?,b4(B "~Z" "Z<")
- (?,b>(B "\"Y")
- (?,b=(B "oe")
- (?,b<(B "OE")))))
+ '((?�� "~s" "s<")
+ (?�� "~S" "S<")
+ (?�� "Euro" "E=")
+ (?�� "~z" "z<")
+ (?�� "~Z" "Z<")
+ (?�� "\"Y")
+ (?�� "oe")
+ (?�� "OE")))))
((eq set 'greek)
(when (or force
@@ -441,82 +441,82 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(apply 'latin1-display-char l))
- '((?,F!(B "9'")
- (?,F"(B "'9")
- (?,F/(B "-M")
- (?,F5(B "'%")
- (?,F6(B "'A")
- (?,F8(B "'E")
- (?,F9(B "'H")
- (?,F:(B "'I")
- (?,F<(B "'O")
- (?,F>(B "'Y")
- (?,F?(B "W%")
- (?,F@(B "i3")
- (?,FC(B "G*")
- (?,FD(B "D*")
- (?,FH(B "TH")
- (?,FK(B "L*")
- (?,FN(B "C*")
- (?,FP(B "P*")
- (?,FS(B "S*")
- (?,FV(B "F*")
- (?,FX(B "Q*")
- (?,FY(B "W*")
- (?,FZ(B "\"I")
- (?,F[(B "\"Y")
- (?,F\(B "a%")
- (?,F](B "e%")
- (?,F^(B "y%")
- (?,F_(B "i%")
- (?,F`(B "u3")
- (?,Fa(B "a*")
- (?,Fb(B "b*")
- (?,Fc(B "g*")
- (?,Fd(B "d*")
- (?,Fe(B "e*")
- (?,Ff(B "z*")
- (?,Fg(B "y*")
- (?,Fh(B "h*")
- (?,Fi(B "i*")
- (?,Fj(B "k")
- (?,Fk(B "l*")
- (?,Fl(B "m*")
- (?,Fm(B "n*")
- (?,Fn(B "c*")
- (?,Fp(B "p*")
- (?,Fq(B "r*")
- (?,Fr(B "*s")
- (?,Fs(B "s*")
- (?,Ft(B "t*")
- (?,Fu(B "u")
- (?,Fv(B "f*")
- (?,Fw(B "x*")
- (?,Fx(B "q*")
- (?,Fy(B "w*")
- (?,Fz(B "\"i")
- (?,F{(B "\"u")
- (?,F|(B "'o")
- (?,F}(B "'u")
- (?,F~(B "'w")))
+ '((?�� "9'")
+ (?�� "'9")
+ (?�� "-M")
+ (?�� "'%")
+ (?�� "'A")
+ (?�� "'E")
+ (?�� "'H")
+ (?�� "'I")
+ (?�� "'O")
+ (?�� "'Y")
+ (?�� "W%")
+ (?�� "i3")
+ (?�� "G*")
+ (?�� "D*")
+ (?�� "TH")
+ (?�� "L*")
+ (?�� "C*")
+ (?�� "P*")
+ (?�� "S*")
+ (?�� "F*")
+ (?�� "Q*")
+ (?�� "W*")
+ (?�� "\"I")
+ (?�� "\"Y")
+ (?�� "a%")
+ (?�� "e%")
+ (?�� "y%")
+ (?�� "i%")
+ (?�� "u3")
+ (?�� "a*")
+ (?�� "b*")
+ (?�� "g*")
+ (?�� "d*")
+ (?�� "e*")
+ (?�� "z*")
+ (?�� "y*")
+ (?�� "h*")
+ (?�� "i*")
+ (?�� "k")
+ (?�� "l*")
+ (?�� "m*")
+ (?�� "n*")
+ (?�� "c*")
+ (?�� "p*")
+ (?�� "r*")
+ (?�� "*s")
+ (?�� "s*")
+ (?�� "t*")
+ (?�� "u")
+ (?�� "f*")
+ (?�� "x*")
+ (?�� "q*")
+ (?�� "w*")
+ (?�� "\"i")
+ (?�� "\"u")
+ (?�� "'o")
+ (?�� "'u")
+ (?�� "'w")))
(mapc
(lambda (l)
(aset standard-display-table (car l) (string-to-vector (cadr l))))
- '((?,FA(B "A")
- (?,FB(B "B")
- (?,FE(B "E")
- (?,FF(B "Z")
- (?,FG(B "H")
- (?,FI(B "I")
- (?,FJ(B "J")
- (?,FL(B "M")
- (?,FM(B "N")
- (?,FO(B "O")
- (?,FQ(B "P")
- (?,FT(B "T")
- (?,FU(B "Y")
- (?,FW(B "X")
- (?,Fo(B "o")))))
+ '((?�� "A")
+ (?�� "B")
+ (?�� "E")
+ (?�� "Z")
+ (?�� "H")
+ (?�� "I")
+ (?�� "J")
+ (?�� "M")
+ (?�� "N")
+ (?�� "O")
+ (?�� "P")
+ (?�� "T")
+ (?�� "Y")
+ (?�� "X")
+ (?�� "o")))))
((eq set 'hebrew)
(when (or force
@@ -533,34 +533,34 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(aset standard-display-table (car l) (string-to-vector (cadr l))))
- '((?,H_(B "=2")
- (?,H`(B "A+")
- (?,Ha(B "B+")
- (?,Hb(B "G+")
- (?,Hc(B "D+")
- (?,Hd(B "H+")
- (?,He(B "W+")
- (?,Hf(B "Z+")
- (?,Hg(B "X+")
- (?,Hh(B "Tj")
- (?,Hi(B "J+")
- (?,Hj(B "K%")
- (?,Hk(B "K+")
- (?,Hl(B "L+")
- (?,Hm(B "M%")
- (?,Hn(B "M+")
- (?,Ho(B "N%")
- (?,Hp(B "N+")
- (?,Hq(B "S+")
- (?,Hr(B "E+")
- (?,Hs(B "P%")
- (?,Ht(B "P+")
- (?,Hu(B "Zj")
- (?,Hv(B "ZJ")
- (?,Hw(B "Q+")
- (?,Hx(B "R+")
- (?,Hy(B "Sh")
- (?,Hz(B "T+")))))
+ '((?�� "=2")
+ (?�� "A+")
+ (?�� "B+")
+ (?�� "G+")
+ (?�� "D+")
+ (?�� "H+")
+ (?�� "W+")
+ (?�� "Z+")
+ (?�� "X+")
+ (?�� "Tj")
+ (?�� "J+")
+ (?�� "K%")
+ (?�� "K+")
+ (?�� "L+")
+ (?�� "M%")
+ (?�� "M+")
+ (?�� "N%")
+ (?�� "N+")
+ (?�� "S+")
+ (?�� "E+")
+ (?�� "P%")
+ (?�� "P+")
+ (?�� "Zj")
+ (?�� "ZJ")
+ (?�� "Q+")
+ (?�� "R+")
+ (?�� "Sh")
+ (?�� "T+")))))
((eq set 'cyrillic)
(setq set 'cyrillic-iso)
@@ -569,104 +569,104 @@ is. If FORCE is non-nil, set up the display regardless."
(mapc
(lambda (l)
(apply 'latin1-display-char l))
- '((?,L"(B "Dj")
- (?,L#(B "Gj")
- (?,L$(B "IE")
- (?,L)(B "Lj")
- (?,L*(B "Nj")
- (?,L+(B "Ts")
- (?,L,(B "Kj")
- (?,L.(B "V%")
- (?,L/(B "Dzh")
- (?,L1(B "B=")
- (?,L3(B "�")
- (?,L4(B "D")
- (?,L6(B "Z%")
- (?,L7(B "3")
- (?,L8(B "U")
- (?,L9(B "J=")
- (?,L;(B "L=")
- (?,L?(B "P=")
- (?,LC(B "Y")
- (?,LD(B "�")
- (?,LF(B "C=")
- (?,LG(B "C%")
- (?,LH(B "S%")
- (?,LI(B "Sc")
- (?,LJ(B "=\"")
- (?,LK(B "Y=")
- (?,LL(B "%\"")
- (?,LM(B "Ee")
- (?,LN(B "Yu")
- (?,LO(B "Ya")
- (?,LQ(B "b")
- (?,LR(B "v=")
- (?,LS(B "g=")
- (?,LT(B "g")
- (?,LV(B "z%")
- (?,LW(B "z=")
- (?,LX(B "u")
- (?,LY(B "j=")
- (?,LZ(B "k")
- (?,L[(B "l=")
- (?,L\(B "m=")
- (?,L](B "n=")
- (?,L_(B "n")
- (?,L`(B "p")
- (?,Lb(B "t=")
- (?,Ld(B "f=")
- (?,Lf(B "c=")
- (?,Lg(B "c%")
- (?,Lh(B "s%")
- (?,Li(B "sc")
- (?,Lj(B "='")
- (?,Lk(B "y=")
- (?,Ll(B "%'")
- (?,Lm(B "ee")
- (?,Ln(B "yu")
- (?,Lo(B "ya")
- (?,Lp(B "N0")
- (?,Lr(B "dj")
- (?,Ls(B "gj")
- (?,Lt(B "ie")
- (?,Ly(B "lj")
- (?,Lz(B "nj")
- (?,L{(B "ts")
- (?,L|(B "kj")
- (?,L~(B "v%")
- (?,L(B "dzh")))
+ '((?�� "Dj")
+ (?�� "Gj")
+ (?�� "IE")
+ (?�� "Lj")
+ (?�� "Nj")
+ (?�� "Ts")
+ (?�� "Kj")
+ (?�� "V%")
+ (?�� "Dzh")
+ (?�� "B=")
+ (?�� "�")
+ (?�� "D")
+ (?�� "Z%")
+ (?�� "3")
+ (?�� "U")
+ (?�� "J=")
+ (?�� "L=")
+ (?�� "P=")
+ (?�� "Y")
+ (?�� "�")
+ (?�� "C=")
+ (?�� "C%")
+ (?�� "S%")
+ (?�� "Sc")
+ (?�� "=\"")
+ (?�� "Y=")
+ (?�� "%\"")
+ (?�� "Ee")
+ (?�� "Yu")
+ (?�� "Ya")
+ (?�� "b")
+ (?�� "v=")
+ (?�� "g=")
+ (?�� "g")
+ (?�� "z%")
+ (?�� "z=")
+ (?�� "u")
+ (?�� "j=")
+ (?�� "k")
+ (?�� "l=")
+ (?�� "m=")
+ (?�� "n=")
+ (?�� "n")
+ (?�� "p")
+ (?�� "t=")
+ (?�� "f=")
+ (?�� "c=")
+ (?�� "c%")
+ (?�� "s%")
+ (?�� "sc")
+ (?�� "='")
+ (?�� "y=")
+ (?�� "%'")
+ (?�� "ee")
+ (?�� "yu")
+ (?�� "ya")
+ (?�� "N0")
+ (?�� "dj")
+ (?�� "gj")
+ (?�� "ie")
+ (?�� "lj")
+ (?�� "nj")
+ (?�� "ts")
+ (?�� "kj")
+ (?�� "v%")
+ (?�� "dzh")))
(mapc
(lambda (l)
(aset standard-display-table (car l) (string-to-vector (cadr l))))
- '((?,L!(B ",AK(B")
- (?,L%(B "S")
- (?,L&(B "I")
- (?,L'(B ",AO(B")
- (?,L((B "J")
- (?,Lq(B ",Ak(B")
- (?,L}(B ",A'(B")
- (?,L-(B "-")
- (?,L0(B "A")
- (?,L2(B "B")
- (?,L5(B "E")
- (?,L:(B "K")
- (?,L<(B "M")
- (?,L=(B "H")
- (?,L>(B "O")
- (?,L@(B "P")
- (?,LA(B "C")
- (?,LB(B "T")
- (?,LE(B "X")
- (?,LP(B "a")
- (?,LU(B "e")
- (?,L^(B "o")
- (?,La(B "c")
- (?,Lc(B "y")
- (?,Le(B "x")
- (?,Lu(B "s")
- (?,Lv(B "i")
- (?,Lw(B ",Ao(B")
- (?,Lx(B "j")))))
+ '((?�� "��")
+ (?�� "S")
+ (?�� "I")
+ (?�� "��")
+ (?�� "J")
+ (?�� "��")
+ (?�� "��")
+ (?�� "-")
+ (?�� "A")
+ (?�� "B")
+ (?�� "E")
+ (?�� "K")
+ (?�� "M")
+ (?�� "H")
+ (?�� "O")
+ (?�� "P")
+ (?�� "C")
+ (?�� "T")
+ (?�� "X")
+ (?�� "a")
+ (?�� "e")
+ (?�� "o")
+ (?�� "c")
+ (?�� "y")
+ (?�� "x")
+ (?�� "s")
+ (?�� "i")
+ (?�� "��")
+ (?�� "j")))))
(t (error "Unsupported character set: %S" set)))