add additional tests from c++

This commit is contained in:
Henry Schimke
2023-01-28 15:14:45 -06:00
parent d99927fd76
commit 13c7a4deb0
24 changed files with 107 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ impl ECIStringBuilder {
Self {
current_bytes: Vec::new(),
result: String::new(),
current_charset: encoding::all::UTF_8,
current_charset: encoding::all::ISO_8859_1,
}
}
pub fn with_capacity(initial_capacity: usize) -> Self {