diff options
Diffstat (limited to 'src/split.c')
| -rw-r--r-- | src/split.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c index f84d40e41..d78b506e4 100644 --- a/src/split.c +++ b/src/split.c @@ -40,7 +40,9 @@ /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "split" -#define AUTHORS "Torbjorn Granlund", "Richard M. Stallman" +#define AUTHORS \ + proper_name_utf8 ("Torbjorn Granlund", "Torbj\303\266rn Granlund"), \ + "Richard M. Stallman" #define DEFAULT_SUFFIX_LENGTH 2 |
