mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-11 22:20:05 +08:00
French language model: fix a start page.
Because of a bug in the Wikipedia querying Python library.
This commit is contained in:
parent
dbb4c1d2ff
commit
429448199f
@ -55,7 +55,7 @@ charsets = ['ISO-8859-15', 'ISO-8859-1']
|
||||
## Optional Properties ##
|
||||
|
||||
# The start page. Though optional, it is advised to choose one yourself.
|
||||
start_pages = ['Wikipédia:Accueil_principal', 'Bœuf_(animal)']
|
||||
start_pages = ['Wikipédia:Accueil_principal', 'Bœuf (animal)']
|
||||
# give possibility to select another code for the Wikipedia URL.
|
||||
wikipedia_code = code
|
||||
# 'a' and 'A' will be considered the same character, and so on.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user