kapi chars-check
kapi chars-check [files...]Characters Check
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 frFlags
| Flag | Type | Default | Description |
|---|---|---|---|
| --charset | string | ISO-8859-1 | Name of the character set encoding to check against (e.g. ISO-8859-1) |
| --check-charset | bool | false | Warn if a character is not included in the specified character set encoding |
| --check-corrupted | bool | true | Check for common corruption patterns such as mojibake |
| --concurrency, -j | int | 0 | max parallel files (0 = auto) |
| --encoding, -e | string | UTF-8 | input file encoding |
| --fail-on-unknown | bool | false | exit with error if any file cannot be processed (default: skip with warning) |
| --forbidden-chars | string | Characters that should not appear in target text (e.g. {}[]) | |
| --format, -f | string | override input format detection | |
| --json | bool | false | output results as JSON |
| --map, -m | stringArray | map glob pattern to format (e.g. '*.docx=okf_openxml:test') | |
| --no-warn | bool | false | suppress warnings for skipped files |
| --pack | bool | false | when transforming a .klz, also eject the result to the .klz (auto-pack) |
| --parallel-blocks | int | 0 | fan out block processing across N goroutines (0 = off) |
| --progress, -p | bool | false | show progress bar |
| --required-chars | string | Characters that must appear in target if present in source (e.g. punctuation) | |
| --source-lang | string | en | source language (e.g. en, en-US) |
| --strict | bool | false | alias for --fail-on-unknown |
| --target-lang | string | target language (e.g. fr, de-DE) | |
| --trace | string | write flow trace JSON to file (for flow visualization) |
More examples
kapi chars-check app.xliff --target-lang zh← Back to the Command Reference