// Copyright © WHATWG (Apple, Google, Mozilla, Microsoft).
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this
// list of conditions and the following disclaimer.
//
// 2. Redistributions in binary form must reproduce the above copyright notice,
// this list of conditions and the following disclaimer in the documentation
// and/or other materials provided with the distribution.
//
// 3. Neither the name of the copyright holder nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
// DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/// The PUA code points special-cased in the GB18030 encoder.
pub (crate ) static GB18030_2022_OVERRIDE_PUA: [u16; 18 ] = [
0 xE78D, 0 xE78E, 0 xE78F, 0 xE790, 0 xE791, 0 xE792, 0 xE793, 0 xE794, 0 xE795, 0 xE796, 0 xE81E, 0 xE826,
0 xE82B, 0 xE82C, 0 xE832, 0 xE843, 0 xE854, 0 xE864,
];
/// The bytes corresponding to the PUA code points special-cased in the GB18030 encoder.
pub (crate ) static GB18030_2022_OVERRIDE_BYTES: [[u8; 2 ]; 18 ] = [
[0 xA6, 0 xD9],
[0 xA6, 0 xDA],
[0 xA6, 0 xDB],
[0 xA6, 0 xDC],
[0 xA6, 0 xDD],
[0 xA6, 0 xDE],
[0 xA6, 0 xDF],
[0 xA6, 0 xEC],
[0 xA6, 0 xED],
[0 xA6, 0 xF3],
[0 xFE, 0 x59],
[0 xFE, 0 x61],
[0 xFE, 0 x66],
[0 xFE, 0 x67],
[0 xFE, 0 x6D],
[0 xFE, 0 x7E],
[0 xFE, 0 x90],
[0 xFE, 0 xA0],
];
Messung V0.5 in Prozent C=49 H=100 G=78
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet am 2026-06-18)
¤
*© Formatika GbR, Deutschland