(佐々木@PSEG1)大文字に対応

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2278 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
(no author) 2008-08-26 12:17:16 +00:00
parent bb81fe0273
commit f9c0bc2c28

View File

@ -16,20 +16,20 @@
#----------------------------------------------------------------------------
ALL_REGION = [
"c", "d", "e", "h",
"C", "D", "E", "H",
]
FIX_REGION = [
"a", "b", "f", "g", "i", "j", "k", "l",
"A", "B", "F", "G", "I", "J", "K", "L",
]
HEADER = "hn"
HEADER = "HN"
REGION_DIRS = {
"aus" => "u",
"euro" => "p",
"jp" => "j",
"usa" => "e",
"aus" => "U",
"euro" => "P",
"jp" => "J",
"usa" => "E",
}
REG_PATH = /[a-zA-Z0-9\.\-_]+\/[a-zA-Z0-9\.\-_*]+\z/