mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
Add support for accented characters
This commit is contained in:
parent
88c45113a3
commit
bd8e2191dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ version.json
|
|||||||
public/index.html
|
public/index.html
|
||||||
config.py
|
config.py
|
||||||
public/assets/song_skins
|
public/assets/song_skins
|
||||||
|
.venv
|
||||||
|
Binary file not shown.
@ -69,11 +69,11 @@
|
|||||||
smallHiragana: /[ぁぃぅぇぉっゃゅょァィゥェォッャュョ]/,
|
smallHiragana: /[ぁぃぅぇぉっゃゅょァィゥェォッャュョ]/,
|
||||||
hiragana: /[\u3040-\u30ff]/,
|
hiragana: /[\u3040-\u30ff]/,
|
||||||
todo: /[トド]/,
|
todo: /[トド]/,
|
||||||
en: /[ceghknsuxyzceghknsuxyz]/,
|
en: /[ceghknsuxyzceghknsuxyzçèéêëùúûü]/,
|
||||||
em: /[mwmw]/,
|
em: /[mwmw]/,
|
||||||
emCap: /[MWMW]/,
|
emCap: /[MWMW]/,
|
||||||
rWidth: /[abdfIjo-rtvabdfIjo-rtv]/,
|
rWidth: /[abdfIjo-rtvabdfIjo-rtvàáâäòóôö]/,
|
||||||
lWidth: /[ilil]/,
|
lWidth: /[ililìíîï]/,
|
||||||
ura: /\s*[\((]裏[\))]$/,
|
ura: /\s*[\((]裏[\))]$/,
|
||||||
cjk: /[\u3040-ゞ゠-ヾ一-\u9ffe]/
|
cjk: /[\u3040-ゞ゠-ヾ一-\u9ffe]/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user