Gå til hovedinnhold

kapi chars-check

kapi chars-check [files...]

Characters Check

Commandchars-check
Groupquality
Try it

Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.

kapi chars-check app.xliff --target-lang fr
Flags
FlagTypeDefaultDescription
--charsetstringISO-8859-1Name of the character set encoding to check against (e.g. ISO-8859-1)
--check-charsetboolfalseWarn if a character is not included in the specified character set encoding
--check-corruptedbooltrueCheck for common corruption patterns such as mojibake
--concurrency, -jint0max parallel files (0 = auto)
--encoding, -estringUTF-8input file encoding
--fail-on-unknownboolfalseexit with error if any file cannot be processed (default: skip with warning)
--forbidden-charsstringCharacters that should not appear in target text (e.g. {}[])
--format, -fstringoverride input format detection
--jsonboolfalseoutput results as JSON
--map, -mstringArraymap glob pattern to format (e.g. '*.docx=okf_openxml:test')
--no-warnboolfalsesuppress warnings for skipped files
--packboolfalsewhen transforming a .klz, also eject the result to the .klz (auto-pack)
--parallel-blocksint0fan out block processing across N goroutines (0 = off)
--progress, -pboolfalseshow progress bar
--required-charsstringCharacters that must appear in target if present in source (e.g. punctuation)
--source-langstringensource language (e.g. en, en-US)
--strictboolfalsealias for --fail-on-unknown
--target-langstringtarget language (e.g. fr, de-DE)
--tracestringwrite flow trace JSON to file (for flow visualization)
More examples
kapi chars-check app.xliff --target-lang zh

← Back to the Command Reference