> if you know what the charset on disk is, you could probablly hack ext2fs > into translating names. or (less hacky) you could write a transliterating fs, > or add this to trfs' duties.
Thank you. So now I know ext2srv is not doing any file name conversion. Good. Say I wanted to add the following capability to trfs: convert latin-1 ä and ö into their utf equivalents. I guess I would just follow the example of whitespace handling etc in trfs.c and recompile. Now, where is the latin-1 code table again...