commit | 4de151d8cd2553e7e89044ab5d72fcad4eb04afb | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Mar 22 00:13:35 2006 +0100 |
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | Wed Mar 22 00:13:35 2006 +0100 |
tree | 372195d30aef0b934fa1e9d5c01280f01dcbded0 | |
parent | e0f4ab8a1741193891f096aa63df9ac8672af54c [diff] [blame] |
It's UTF-8 Fix some comments to "UTF-8". Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
diff --git a/fs/isofs/joliet.c b/fs/isofs/joliet.c index 2931de7..81a90e1 100644 --- a/fs/isofs/joliet.c +++ b/fs/isofs/joliet.c
@@ -11,7 +11,7 @@ #include "isofs.h" /* - * Convert Unicode 16 to UTF8 or ASCII. + * Convert Unicode 16 to UTF-8 or ASCII. */ static int uni16_to_x8(unsigned char *ascii, u16 *uni, int len, struct nls_table *nls)