#48526: "Accents are not recognized"
What is this report about?
What happened ? Please select from below
What happened ? Please select from below
Please check if there is already a report on the same subject
If yes, please VOTE for this report. Reports with the most votes are taken care of in PRIORITY!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
Detailed description
-
• Please copy/paste the error message you see on your screen, if any.
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. -
• Please explains what you wanted to do, what you do and what happened
• What is your browser?
Google Chrome v93
-
• Please copy/paste the text displayed in English instead of your language. If you have a screenshot of this bug (good practice), you can use a picture hosting service of your choice (snipboard.io for example) to upload it and copy/paste the link here. Is this text available in the translation system? If yes, has it been translated for more than 24 hours?
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. • What is your browser?
Google Chrome v93
-
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. • What is your browser?
Google Chrome v93
-
• What was displayed on the screen when you were blocked (Blank screen? Part of the game interface? Error message?)
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. • What is your browser?
Google Chrome v93
-
• Which part of the rules was not respected by the BGA adaptation
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. -
• Is the rules violation visible on game replay? If yes, at which move number?
• What is your browser?
Google Chrome v93
-
• Which was the game action you wanted to do?
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. -
• What do you try to do to trigger this game action?
-
• What happened when you try to do this (error message, game status bar message, ...)?
• What is your browser?
Google Chrome v93
-
• At which step of the game did the problem occurs (what was the current game instruction)?
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. -
• What happened when you try to do a game action (error message, game status bar message, ...)?
• What is your browser?
Google Chrome v93
-
• Please describe the display issue. If you have a screenshot of this bug (good practice), you can use a picture hosting service of your choice (snipboard.io for example) to upload it and copy/paste the link here.
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. • What is your browser?
Google Chrome v93
-
• Please copy/paste the text displayed in English instead of your language. If you have a screenshot of this bug (good practice), you can use a picture hosting service of your choice (snipboard.io for example) to upload it and copy/paste the link here. Is this text available in the translation system? If yes, has it been translated for more than 24 hours?
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. • What is your browser?
Google Chrome v93
-
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
In French language option, the word "thérapie" is not recognized because I think you are not change all accents to simple letters. Example: "thérapie" should be write "therapie".
You have to change :
é, è, ê -> e
à, â -> a
ù, û -> u
î -> i
ô -> o
Thanks. • What is your browser?
Google Chrome v93
Report history
Example : "devança" -> "devanca"
I've already implemented a logic to remove them:
$unwanted_array = array( 'Š'=>'S', 'š'=>'s', 'Ž'=>'Z', 'ž'=>'z', 'À'=>'A', 'Á'=>'A', 'Â'=>'A', 'Ã'=>'A', 'Ä'=>'A', 'Å'=>'A', 'Æ'=>'A', 'Ç'=>'C', 'È'=>'E', 'É'=>'E',
'Ê'=>'E', 'Ë'=>'E', 'Ì'=>'I', 'Í'=>'I', 'Î'=>'I', 'Ï'=>'I', 'Ñ'=>'N', 'Ò'=>'O', 'Ó'=>'O', 'Ô'=>'O', 'Õ'=>'O', 'Ö'=>'O', 'Ø'=>'O', 'Ù'=>'U',
'Ú'=>'U', 'Û'=>'U', 'Ü'=>'U', 'Ý'=>'Y', 'Þ'=>'B', 'ß'=>'Ss', 'à'=>'a', 'á'=>'a', 'â'=>'a', 'ã'=>'a', 'ä'=>'a', 'å'=>'a', 'æ'=>'a', 'ç'=>'c',
'è'=>'e', 'é'=>'e', 'ê'=>'e', 'ë'=>'e', 'ì'=>'i', 'í'=>'i', 'î'=>'i', 'ï'=>'i', 'ð'=>'o', 'ñ'=>'n', 'ò'=>'o', 'ó'=>'o', 'ô'=>'o', 'õ'=>'o',
'ö'=>'o', 'ø'=>'o', 'ù'=>'u', 'ú'=>'u', 'û'=>'u', 'ý'=>'y', 'þ'=>'b', 'ÿ'=>'y', "'"=>"");
The problem is that those words are not present in the French dictionary I received. If you have a better dictionary, I can add...
imgur.com/IxR03jG
imgur.com/TM5bY0H
Replacing accent letters to simple letters would be safer.
Add something to this report
- Another table ID / move ID
- Did F5 solve the problem?
- Did the problem appears several time? Everytime? Randomly?
- If you have a screenshot of this bug (good practice), you can use a picture hosting service of your choice (snipboard.io for example) to upload it and copy/paste the link here.
