From 4948c20cde22fb6170a5d03580d0dbd4896aae42 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Wed, 28 May 2025 15:33:08 +0800 Subject: [PATCH] [text.encoding.id] Sort enumerators in ascending order Some enumerators of `std::text_encoding::id` are listed out of order. It's probably better to sort them in ascending order. --- source/text.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text.tex b/source/text.tex index 61ea3b770a..e3661cf1b4 100644 --- a/source/text.tex +++ b/source/text.tex @@ -5572,6 +5572,8 @@ VenturaInternational = 2007, DECMCS = 2008, PC850Multilingual = 2009, + PCp852 = 2010, + PC8CodePage437 = 2011, PC8DanishNorwegian = 2012, PC862LatinHebrew = 2013, PC8Turkish = 2014, @@ -5604,10 +5606,8 @@ IBM420 = 2041, IBM423 = 2042, IBM424 = 2043, - PC8CodePage437 = 2011, IBM500 = 2044, IBM851 = 2045, - PCp852 = 2010, IBM855 = 2046, IBM857 = 2047, IBM860 = 2048,