[COMMIT] The charset for Turkish is latin-iso8859-9, not latin-iso8859-5

Aidan Kehoe kehoea at parhasard.net
Mon May 21 05:30:14 EDT 2007


 Ar an chéad lá is fiche de mí Bealtaine, scríobh Stephen J. Turnbull: 

 > However, I'm seeing two new unexpected failures due to lack of a
 > "latin-iso8859-5" charset.  Since there is none, I guess that's not
 > unreasonable. ;-)  Please s/latin-iso8859-5/cyrillic-iso8859-5/.  (Or
 > whatever it's supposed to be.)

Done; thanks for pointing that out, I don’t know how I missed that, and yay
automated testing. 

I’ve also committed, without a ChangeLog entry, an update to that comment to
the effect that LATIN CAPITAL LETTER D WITH STROKE is not decomposable. 

APPROVE COMMIT 

NOTE: This patch has been committed. 

2007-05-21  Aidan Kehoe  <kehoea at parhasard.net>

	* mule/latin.el:
	The character set associated with the Turkish language environment
	is latin-iso8859-9, not latin-iso8859-5. Who thought up the Latin
	5 vs. ISO 8859-9 distinction anyway?

Index: latin.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/mule/latin.el,v
retrieving revision 1.5
diff -u -r1.5 latin.el
--- latin.el	2006/12/29 18:09:47	1.5
+++ latin.el	2007/05/21 09:14:34
@@ -696,7 +696,7 @@
       ("Lappish")
       ("Latvian" "lv")
       ("Lithuanian" "li")))
-    ((latin-iso8859-5 iso-8859-9 "latin-5-prefix" "Latin-5" "ISO-8859-9")
+    ((latin-iso8859-9 iso-8859-9 "latin-5-prefix" "Latin-5" "ISO-8859-9")
      (("Turkish" "tr"))))
   do
   (set-language-info-alist

-- 
On the quay of the little Black Sea port, where the rescued pair came once
more into contact with civilization, Dobrinton was bitten by a dog which was
assumed to be mad, though it may only have been indiscriminating. (Saki)



More information about the XEmacs-Patches mailing list