add some more characters
This commit is contained in:
parent
dcb46be633
commit
5c5c4d09fb
4
build.rs
4
build.rs
@ -63,12 +63,12 @@ fn main() {
|
|||||||
shadow_rs::new().expect("Could not initialize shadow_rs");
|
shadow_rs::new().expect("Could not initialize shadow_rs");
|
||||||
|
|
||||||
let mut main_chars: Vec<char> =
|
let mut main_chars: Vec<char> =
|
||||||
b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzsu0123456789?.,!(){}[]-_=+-/<>'\\ :^*`@#$%&|~"
|
b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzsu0123456789?.,!(){}[]-_=+-/<>'\\ :^*`@#$%&|~;"
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|c| *c as char)
|
.map(|c| *c as char)
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
main_chars.append(&mut vec!['π']);
|
main_chars.append(&mut vec!['π', '"']);
|
||||||
|
|
||||||
let processed_normal: Vec<String> = main_chars.iter().map(|a| to_unicode_hash(*a)).collect();
|
let processed_normal: Vec<String> = main_chars.iter().map(|a| to_unicode_hash(*a)).collect();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user