Sha256: ec9bb22ed7e99feef292249c7e6f4673ee0af9635d4d158f93923494c14cd5ed

Contents?: true

Size: 651 Bytes

Versions: 4

Compression:

Stored size: 651 Bytes

Contents

// DO NOT EDIT THIS FILE. IT WAS AUTOMATICALLY GENERATED BY:
//
//   ucd-generate property-bool ucd-16.0.0 --chars --include whitespace
//
// Unicode version: 16.0.0.
//
// ucd-generate 0.3.1 is available on crates.io.

pub const BY_NAME: &'static [(&'static str, &'static [(char, char)])] =
    &[("White_Space", WHITE_SPACE)];

pub const WHITE_SPACE: &'static [(char, char)] = &[
    ('\t', '\r'),
    (' ', ' '),
    ('\u{85}', '\u{85}'),
    ('\u{a0}', '\u{a0}'),
    ('\u{1680}', '\u{1680}'),
    ('\u{2000}', '\u{200a}'),
    ('\u{2028}', '\u{2029}'),
    ('\u{202f}', '\u{202f}'),
    ('\u{205f}', '\u{205f}'),
    ('\u{3000}', '\u{3000}'),
];

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/regex-syntax-0.8.5/src/unicode_tables/perl_space.rs
wasmtime-28.0.0 ./ext/cargo-vendor/regex-syntax-0.8.5/src/unicode_tables/perl_space.rs
wasmtime-27.0.0 ./ext/cargo-vendor/regex-syntax-0.8.5/src/unicode_tables/perl_space.rs
wasmtime-26.0.0 ./ext/cargo-vendor/regex-syntax-0.8.5/src/unicode_tables/perl_space.rs