Fix compilation error

This commit is contained in:
jonpas 2019-06-14 15:02:41 +02:00
parent 5d0f198124
commit 6f9150d3dc

View file

@ -170,6 +170,7 @@ fn to_char(input: u8) -> char
0xfd => 0x00b2,
0xfe => 0x25a0,
0xff => 0x00a0,
_ => 0x0
};
::std::char::from_u32(output).unwrap()
}