diff options
Diffstat (limited to 'nls/convert.awk')
-rw-r--r-- | nls/convert.awk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nls/convert.awk b/nls/convert.awk index 813c470..e10f0b5 100644 --- a/nls/convert.awk +++ b/nls/convert.awk | |||
@@ -4,6 +4,8 @@ | |||
4 | 4 | ||
5 | if (major > 1) | 5 | if (major > 1) |
6 | printf "\n" > output | 6 | printf "\n" > output |
7 | else if (codeset) | ||
8 | printf "$ codeset=%s\n", codeset > output | ||
7 | printf "$set %d %s\n", major, $3 >> output | 9 | printf "$set %d %s\n", major, $3 >> output |
8 | 10 | ||
9 | if (header) { | 11 | if (header) { |