From 8b8d89f318a2cf815b802484be6b2c5ca283af1a Mon Sep 17 00:00:00 2001 From: Alberto Ganesh Barbati Date: Tue, 6 Nov 2012 12:05:44 +0100 Subject: [PATCH] Replaced "encoding schemes" with "encoding forms" Adopted the correct term, formally defined in ISO/IEC 10646. Please notice that the term "encoding form" is also used with this meaning in [intro.memory]/1. --- source/locales.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/locales.tex b/source/locales.tex index 9c84d97398..d3b2403567 100644 --- a/source/locales.tex +++ b/source/locales.tex @@ -2358,9 +2358,9 @@ implements a degenerate conversion; it does not convert at all. The specialization \tcode{codecvt} -converts between the UTF-16 and UTF-8 encoding schemes, and +converts between the UTF-16 and UTF-8 encoding forms, and the specialization \tcode{codecvt} \tcode{} -converts between the UTF-32 and UTF-8 encoding schemes. +converts between the UTF-32 and UTF-8 encoding forms. \tcode{codecvt} converts between the native character sets for narrow and wide characters. Specializations on