mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
datamatrix error correction passes
This commit is contained in:
@@ -568,7 +568,7 @@ fn encodeHighLevelCompare(msg: &str, compareSizeToMinimalEncoder: bool) -> Strin
|
||||
* @param codewords the codewords
|
||||
* @return the visualized codewords
|
||||
*/
|
||||
fn visualize(codewords: &str) -> String {
|
||||
pub fn visualize(codewords: &str) -> String {
|
||||
let mut sb = String::new();
|
||||
for i in 0..codewords.chars().count() {
|
||||
// for (int i = 0; i < codewords.length(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user