summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/src/hb-backend.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index db9199869..0a4c58ed7 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -415,7 +415,11 @@ const gchar *srt_codeset_table[] =
"UTF-7",
"UTF-8",
"UTF-16",
+ "UTF-16LE",
+ "UTF-16BE",
"UTF-32",
+ "UTF-32LE",
+ "UTF-32BE",
NULL
};
#define SRT_TABLE_SIZE (sizeof(srt_codeset_table)/ sizeof(char*)-1)