-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partial fix for #2. PAD-FIXED-LENGTH-STRING is replaced by
MAKE-FIXED-LENGTH-STRING, which encodes as well as pads the string. It may still have problems in encodings with variable-length characters, in which it's possible to choose a string and padding character which can't add up to the required length. MAKE-FIXED-LENGTH-STRING also provides the option to truncate overlong input strings, but this functionality might also fail in variable-length character encodings.
- Loading branch information
John Doe
committed
Dec 1, 2016
1 parent
901af41
commit 6d4e692
Showing
1 changed file
with
75 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters