https://bugs.kde.org/show_bug.cgi?id=421357
Bug ID: 421357 Summary: Support for variable-length strings w/o terminator Product: okteta Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: Structures Tool Assignee: arichardson....@gmail.com Reporter: johan...@zarl-zierl.at CC: kosse...@kde.org Target Milestone: --- SUMMARY Okteta currently supports fixed-length and character-terminated strings. Arrays OTOH can have a variable length dependent on a previously parsed primitive value. It would be really nice to have this option for the maxCharCount and maxByteCount arguments as well. This would allow parsing of strings stored as length+stringdata without null-terminator. Workarounds: Use an array instead and look at the string value byte by byte. -- You are receiving this mail because: You are watching all bug changes.