It is currently not possible to know with 100% certainty which
proword.nnn file corresponds with a
.wbt file. It is also not possible to uncompile a word rules proword file back to its .wbt source file. In order to keep track of proword files and their associated word break source files, possible Options are:
- Document which .wbt files correspond to which proword.nnn files when they are compiled.
- Use a rigid naming convention. For example utf8-bas254.wbt corresponds to proword.254.
- Backup .wbt and corresponding proword files for future reference as and when they are created.
- Use binary compare proword.nnn files to determine if they are different between client files and server files:
Windows: fc file1 file2
Mac/Unix/Linux: diff file1 file2