aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorK. Handa2017-11-07 20:53:32 +0900
committerK. Handa2017-11-07 20:53:32 +0900
commit20f9bf30f0d2867522c8823d8c51a1db2634fe9e (patch)
treef243c60248fe86888b07ac4842fe54ed380aca0b
parent3d6165769417f52d26852dee7d6bee3d6086ca8a (diff)
downloademacs-20f9bf30f0d2867522c8823d8c51a1db2634fe9e.tar.gz
emacs-20f9bf30f0d2867522c8823d8c51a1db2634fe9e.zip
Describe Lao rendering problem
* etc/PROBLEMS: Describe a workaround for the problem of Lao rendering by OpenTyype font.
-rw-r--r--etc/PROBLEMS30
1 files changed, 30 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index e5611b05b1e..3dd225302a7 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -830,6 +830,36 @@ index 45cc554..0cc5e76 100644
830If you can't modify that file directly, copy it to the directory 830If you can't modify that file directly, copy it to the directory
831~/.m17n.d/ (create it if it doesn't exist), and apply the patch. 831~/.m17n.d/ (create it if it doesn't exist), and apply the patch.
832 832
833** Emacs running on GNU/Linux system with the m17n library Ver.1.7.1 or the
834earlier version has a problem with rendering Lao script with OpenType font.
835
836The problem can be fixed by installing the newer version of the m17n
837library (if any), or by following this procedure:
838
8391. Locate the file LAOO-OTF.flt installed on your system as part of the
840m17n library. Usually it is under the directory /usr/share/m17n.
841
8422. Apply the following patch to LAOO-OTF.flt
843
844------------------------------------------------------------
845diff --git a/FLT/LAOO-OTF.flt b/FLT/LAOO-OTF.flt
846index 5504171..431adf8 100644
847--- a/FLT/LAOO-OTF.flt
848+++ b/FLT/LAOO-OTF.flt
849@@ -3,7 +3,7 @@
850 ;; See the end for copying conditions.
851
852 (font layouter laoo-otf nil
853- (font (nil phetsarath\ ot unicode-bmp)))
854+ (font (nil nil unicode-bmp :otf=lao\ )))
855
856 ;;; <li> LAOO-OTF.flt
857
858------------------------------------------------------------
859
860If you can't modify that file directly, copy it to the directory
861~/.m17n.d/ (create it if it doesn't exist), and apply the patch.
862
833* Internationalization problems 863* Internationalization problems
834 864
835** M-{ does not work on a Spanish PC keyboard. 865** M-{ does not work on a Spanish PC keyboard.