This adds a 0x00 between the string and the trailing languageID for
String KGObjects. This ensures that "Bob" and "Bob's House" are ordered
correctly. Previously this would be wrong because "Bob" would be
"Bob00000ID" and so would be sorted based on the first '0' after Bob.
This adds a 0x00 between the string and the trailing languageID for String KGObjects. This ensures that "Bob" and "Bob's House" are ordered correctly. Previously this would be wrong because "Bob" would be "Bob00000ID" and so would be sorted based on the first '0' after Bob.