Fix compilation error
This commit is contained in:
parent
5d0f198124
commit
6f9150d3dc
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ fn to_char(input: u8) -> char
|
||||||
0xfd => 0x00b2,
|
0xfd => 0x00b2,
|
||||||
0xfe => 0x25a0,
|
0xfe => 0x25a0,
|
||||||
0xff => 0x00a0,
|
0xff => 0x00a0,
|
||||||
|
_ => 0x0
|
||||||
};
|
};
|
||||||
::std::char::from_u32(output).unwrap()
|
::std::char::from_u32(output).unwrap()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue