[PATCH] NLS support for ASCII
authorBjoern Jacke <bjoern@j3e.de>
Sun, 20 Jun 2004 13:44:23 +0000 (06:44 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 20 Jun 2004 13:44:23 +0000 (06:44 -0700)
commit90bf31e0d15a37ce750186fa289893247c4e299a
tree7da8c4f7b5ec3832c67dc65032e8e687e0b1b8b5
parentad06a310bd71e5a5baa3abd577f9cd6934a85cf9
[PATCH] NLS support for ASCII

I created an ASCII NSL module manually based on the ISO-8859-1 NLS module.

This might be of use for people who do not want any charset conversion to
take place.  fs modules like vfat for example then could be forced to
display any non-ASCII character in the uni_xlate escaped form.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/nls/Kconfig
fs/nls/Makefile
fs/nls/nls_ascii.c [new file with mode: 0644]