mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
add additional tests from c++
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user