File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2673
2673
\begin {itemize }
2674
2674
\item
2675
2675
The facet shall convert between UTF-8 multibyte sequences
2676
- and UCS2 or UCS4 (depending on the size of \tcode {Elem})
2676
+ and UCS2 or UTF-32 (depending on the size of \tcode {Elem})
2677
2677
within the program.
2678
2678
\item
2679
2679
Endianness shall not affect how multibyte sequences are read or written.
2686
2686
\begin {itemize }
2687
2687
\item
2688
2688
The facet shall convert between UTF-16 multibyte sequences
2689
- and UCS2 or UCS4 (depending on the size of \tcode {Elem})
2689
+ and UCS2 or UTF-32 (depending on the size of \tcode {Elem})
2690
2690
within the program.
2691
2691
\item
2692
2692
Multibyte sequences shall be read or written
Original file line number Diff line number Diff line change 50
50
\item ISO/IEC 9899:2011, \doccite {Programming languages --- C}
51
51
\item ISO/IEC 9945:2003, \doccite {Information Technology --- Portable
52
52
Operating System Interface (POSIX)}
53
+ \item ISO/IEC 10646, \doccite {Information technology ---
54
+ Universal Coded Character Set (UCS)}
53
55
\item ISO/IEC 10646-1:1993, \doccite {Information technology ---
54
56
Universal Multiple-Octet Coded Character Set (UCS) --- Part 1:
55
57
Architecture and Basic Multilingual Plane}
77
79
hereinafter called \defn {ECMA-262}.
78
80
\indextext {references!normative|)}
79
81
82
+ \pnum
83
+ \begin {note }
84
+ References to ISO/IEC 10646-1:1993 are used only
85
+ to support deprecated features\iref {depr.locale.stdcvt }.
86
+ \end {note }
87
+
80
88
\rSec 0[intro.defs]{Terms and definitions}
81
89
82
90
\pnum
You can’t perform that action at this time.
0 commit comments