Development

#7916 (Error on index reference with accented character in label)

You must first sign up to be able to contribute.

Ticket #7916 (reopened documentation)

Opened 4 years ago

Last modified 3 years ago

Error on index reference with accented character in label

Reported by: garak Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.4.1
Keywords: Cc:
Qualification: Ready for core team

Description

See http://www.symfony-project.org/jobeet/1_4/Propel/it/03#chapter_03_lo_schema in the last note (near the end of paragraph), the reference for ~comportamento|Vincoli di integrità~ is not handled correctly. I assume it's a matter of accented character.

Change History

12/15/09 09:02:19 changed by garak

12/15/09 13:59:52 changed by Russ

  • qualification changed from Unreviewed to Ready for core team.

I've done a few experiments with the dingus and the accented character is indeed the issue here.

There is probably a regex parser looking for those strings for the book indexing which does not support multibyte characters.

Fabien will have to take a look.

12/24/09 10:17:57 changed by forresst

I have the same problem for the French translation : http://www.symfony-project.org/jobeet/1_4/Doctrine/fr/03

03/15/10 14:08:33 changed by garak

I also noticed some occurrences of single quote in reference, that also prevent correct handling. Please fix this bug, since it's very ugly to read it in printed books.

05/04/10 09:40:15 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

05/07/10 10:00:11 changed by garak

  • status changed from closed to reopened.
  • resolution deleted.

Also the tick is causing problems: look at Jobeet day 19, when referencing to method option. This source code:

use the ~method option|method option (Routing)~ to tell

is rendered as

use the method option|method option (Routing) to tell