Keep is_private_use_character filter for now

This commit is contained in:
Héctor Ramón Jiménez 2020-01-09 03:58:33 +01:00 committed by Imbris
parent fb4a7968ca
commit 1d71f78f90

View file

@ -484,7 +484,6 @@ fn to_physical(size: winit::dpi::LogicalSize<f64>, dpi: f64) -> (u32, u32) {
}
// As defined in: http://www.unicode.org/faq/private_use.html
// TODO: Remove once https://github.com/rust-windowing/winit/pull/1254 lands
fn is_private_use_character(c: char) -> bool {
match c {
'\u{E000}'..='\u{F8FF}'