From 35feec09b53b5e1e90a675676478405f6710529a Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Tue, 29 Sep 2009 12:50:49 +0000
Subject: [PATCH] Add a few more aliases for utf-16 and utf-32.

---
 pcl/simple-streams/external-formats/aliases | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pcl/simple-streams/external-formats/aliases b/pcl/simple-streams/external-formats/aliases
index f31ddcba9..e24d39a7a 100644
--- a/pcl/simple-streams/external-formats/aliases
+++ b/pcl/simple-streams/external-formats/aliases
@@ -67,6 +67,8 @@ utf-16be	utf-16-be
 utf16-be	utf-16-be
 utf-16le	utf-16-le
 utf16-le	utf-16-le
+utf16be		utf-16-be
+utf16le		utf-16-le
 
 ;; Like UTF-16, UTF-32 recognizes the BOM and outputs the BOM.  UTF-32
 ;; output is always big-endian.  UTF-32BE and UTF-32LE neither
@@ -76,6 +78,8 @@ utf32-be	utf-32-be
 utf-32be	utf-32-be
 utf32-le	utf-32-le
 utf-32le	utf-32-le
+utf32be		utf-32-be
+utf32le		utf-32-le
 
 ;;ucs2		ucs-2
 ;;ucs4		ucs-4
-- 
GitLab