From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Al Viro <viro@zeniv.linux.org.uk>,
Andrew Morton <akpm@linux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
linux-fsdevel@vger.kernel.org
Subject: [PATCH 4/5] Rename charsets from mac* to mac-*
Date: Sat, 02 Jun 2012 03:08:37 +0200 [thread overview]
Message-ID: <4FC96795.5020702@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 9625 bytes --]
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
---
fs/nls/Kconfig | 24 ++++++++++++------------
fs/nls/nls_mac-celtic.c | 2 +-
fs/nls/nls_mac-centeuro.c | 2 +-
fs/nls/nls_mac-croatian.c | 2 +-
fs/nls/nls_mac-cyrillic.c | 2 +-
fs/nls/nls_mac-gaelic.c | 2 +-
fs/nls/nls_mac-greek.c | 2 +-
fs/nls/nls_mac-iceland.c | 2 +-
fs/nls/nls_mac-inuit.c | 2 +-
fs/nls/nls_mac-roman.c | 2 +-
fs/nls/nls_mac-romanian.c | 2 +-
fs/nls/nls_mac-turkish.c | 2 +-
12 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/fs/nls/Kconfig b/fs/nls/Kconfig
index e2ce79e..3a5747e 100644
--- a/fs/nls/Kconfig
+++ b/fs/nls/Kconfig
@@ -30,7 +30,7 @@ config NLS_DEFAULT
cp949, cp950, cp1251, cp1255, euc-jp, euc-kr, gb2312, iso8859-1,
iso8859-2, iso8859-3, iso8859-4, iso8859-5, iso8859-6, iso8859-7,
iso8859-8, iso8859-9, iso8859-13, iso8859-14, iso8859-15,
- koi8-r, koi8-ru, koi8-u, sjis, tis-620, macroman, utf8.
+ koi8-r, koi8-ru, koi8-u, sjis, tis-620, mac-roman, utf8.
If you specify a wrong value, it will use the built-in NLS;
compatible with iso8859-1.
@@ -453,7 +453,7 @@ config NLS_KOI8_U
(koi8-u) and Belarusian (koi8-ru) character sets.
config NLS_MAC_ROMAN
- tristate "Codepage macroman"
+ tristate "Codepage mac-roman"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -468,7 +468,7 @@ config NLS_MAC_ROMAN
If unsure, say Y.
config NLS_MAC_CELTIC
- tristate "Codepage macceltic"
+ tristate "Codepage mac-celtic"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -482,7 +482,7 @@ config NLS_MAC_CELTIC
If unsure, say Y.
config NLS_MAC_CENTEURO
- tristate "Codepage maccenteuro"
+ tristate "Codepage mac-centeuro"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -496,7 +496,7 @@ config NLS_MAC_CENTEURO
If unsure, say Y.
config NLS_MAC_CROATIAN
- tristate "Codepage maccroatian"
+ tristate "Codepage mac-croatian"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -510,7 +510,7 @@ config NLS_MAC_CROATIAN
If unsure, say Y.
config NLS_MAC_CYRILLIC
- tristate "Codepage maccyrillic"
+ tristate "Codepage mac-cyrillic"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -524,7 +524,7 @@ config NLS_MAC_CYRILLIC
If unsure, say Y.
config NLS_MAC_GAELIC
- tristate "Codepage macgaelic"
+ tristate "Codepage mac-gaelic"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -538,7 +538,7 @@ config NLS_MAC_GAELIC
If unsure, say Y.
config NLS_MAC_GREEK
- tristate "Codepage macgreek"
+ tristate "Codepage mac-greek"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -552,7 +552,7 @@ config NLS_MAC_GREEK
If unsure, say Y.
config NLS_MAC_ICELAND
- tristate "Codepage maciceland"
+ tristate "Codepage mac-iceland"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -566,7 +566,7 @@ config NLS_MAC_ICELAND
If unsure, say Y.
config NLS_MAC_INUIT
- tristate "Codepage macinuit"
+ tristate "Codepage mac-inuit"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -580,7 +580,7 @@ config NLS_MAC_INUIT
If unsure, say Y.
config NLS_MAC_ROMANIAN
- tristate "Codepage macromanian"
+ tristate "Codepage mac-romanian"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
@@ -594,7 +594,7 @@ config NLS_MAC_ROMANIAN
If unsure, say Y.
config NLS_MAC_TURKISH
- tristate "Codepage macturkish"
+ tristate "Codepage mac-turkish"
---help---
The Apple HFS file system family can deal with filenames in
native language character sets. These character sets are stored in
diff --git a/fs/nls/nls_mac-celtic.c b/fs/nls/nls_mac-celtic.c
index 95ac5b4..984ecb5 100644
--- a/fs/nls/nls_mac-celtic.c
+++ b/fs/nls/nls_mac-celtic.c
@@ -578,7 +578,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "macceltic",
+ .charset = "mac-celtic",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-centeuro.c b/fs/nls/nls_mac-centeuro.c
index ce0d57e..246d279 100644
--- a/fs/nls/nls_mac-centeuro.c
+++ b/fs/nls/nls_mac-centeuro.c
@@ -508,7 +508,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "maccenteuro",
+ .charset = "mac-centeuro",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-croatian.c b/fs/nls/nls_mac-croatian.c
index 10b01c3..da965de 100644
--- a/fs/nls/nls_mac-croatian.c
+++ b/fs/nls/nls_mac-croatian.c
@@ -578,7 +578,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "maccroatian",
+ .charset = "mac-croatian",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-cyrillic.c b/fs/nls/nls_mac-cyrillic.c
index 318473f..35e1a7ea 100644
--- a/fs/nls/nls_mac-cyrillic.c
+++ b/fs/nls/nls_mac-cyrillic.c
@@ -473,7 +473,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "maccyrillic",
+ .charset = "mac-cyrillic",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-gaelic.c b/fs/nls/nls_mac-gaelic.c
index 615d8e1..7815e00 100644
--- a/fs/nls/nls_mac-gaelic.c
+++ b/fs/nls/nls_mac-gaelic.c
@@ -543,7 +543,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "macgaelic",
+ .charset = "mac-gaelic",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-greek.c b/fs/nls/nls_mac-greek.c
index 79880f3..b5ede78 100644
--- a/fs/nls/nls_mac-greek.c
+++ b/fs/nls/nls_mac-greek.c
@@ -473,7 +473,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "macgreek",
+ .charset = "mac-greek",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-iceland.c b/fs/nls/nls_mac-iceland.c
index 1e688c5..d0c7e71 100644
--- a/fs/nls/nls_mac-iceland.c
+++ b/fs/nls/nls_mac-iceland.c
@@ -578,7 +578,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "maciceland",
+ .charset = "mac-iceland",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-inuit.c b/fs/nls/nls_mac-inuit.c
index f333d98..85fc451 100644
--- a/fs/nls/nls_mac-inuit.c
+++ b/fs/nls/nls_mac-inuit.c
@@ -508,7 +508,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "macinuit",
+ .charset = "mac-inuit",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-roman.c b/fs/nls/nls_mac-roman.c
index 6315a85..711e152 100644
--- a/fs/nls/nls_mac-roman.c
+++ b/fs/nls/nls_mac-roman.c
@@ -613,7 +613,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "macroman",
+ .charset = "mac-roman",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-romanian.c b/fs/nls/nls_mac-romanian.c
index b83c07a..53ac67e 100644
--- a/fs/nls/nls_mac-romanian.c
+++ b/fs/nls/nls_mac-romanian.c
@@ -578,7 +578,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "macromanian",
+ .charset = "mac-romanian",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
diff --git a/fs/nls/nls_mac-turkish.c b/fs/nls/nls_mac-turkish.c
index 0cc2c65..842bf3d 100644
--- a/fs/nls/nls_mac-turkish.c
+++ b/fs/nls/nls_mac-turkish.c
@@ -578,7 +578,7 @@ static int char2uni(const unsigned char *rawstring, int boundlen, wchar_t *uni)
}
static struct nls_table table = {
- .charset = "macturkish",
+ .charset = "mac-turkish",
.uni2char = uni2char,
.char2uni = char2uni,
.charset2lower = charset2lower,
--
1.7.7.6
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]
reply other threads:[~2012-06-02 1:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FC96795.5020702@gmail.com \
--to=phcoder@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.