diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /fs/nls/nls_base.c | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'fs/nls/nls_base.c')
-rw-r--r-- | fs/nls/nls_base.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nls/nls_base.c b/fs/nls/nls_base.c index b6483a1d6..40d5d6c2c 100644 --- a/fs/nls/nls_base.c +++ b/fs/nls/nls_base.c @@ -429,6 +429,9 @@ int init_nls(void) #ifdef CONFIG_NLS_ISO8859_9 init_nls_iso8859_9(); #endif +#ifdef CONFIG_NLS_ISO8859_14 + init_nls_iso8859_14(); +#endif #ifdef CONFIG_NLS_ISO8859_15 init_nls_iso8859_15(); #endif |