diff --git a/src/autofit/afscript.h b/src/autofit/afscript.h index 77763e4aa..e6ae8468d 100644 --- a/src/autofit/afscript.h +++ b/src/autofit/afscript.h @@ -55,12 +55,6 @@ HB_SCRIPT_HEBREW, "\xD7\x9D" ) /* ם */ - /* only digit zero has a simple shape in the Lao script */ - SCRIPT( lao, LAO, - "Lao", - HB_SCRIPT_LAO, - "\xE0\xBB\x90" ) /* ໐ */ - /* only digit zero has a simple shape in the Khmer script */ SCRIPT( khmr, KHMR, "Khmer", @@ -72,6 +66,12 @@ HB_SCRIPT_INVALID, "\xE1\xA7\xA1 \xE1\xA7\xAA" ) /* ᧡ ᧪ */ + /* only digit zero has a simple shape in the Lao script */ + SCRIPT( lao, LAO, + "Lao", + HB_SCRIPT_LAO, + "\xE0\xBB\x90" ) /* ໐ */ + SCRIPT( latn, LATN, "Latin", HB_SCRIPT_LATIN,