-
1. Re: [JS] CS5 appliedCharacterStyle and flip and a letter
pkahrel Jul 1, 2011 3:22 AM (in response to Philippe Ruelle)Try this: "Référence croisée d'index"
If that doesn't work, then you'll probably have to make a habit of not using apostrophes in style names.
Peter
-
2. Re: [JS] CS5 appliedCharacterStyle and flip and a letter
Philippe Ruelle Jul 1, 2011 3:40 AM (in response to pkahrel)This is not an apostrophe but the 'E' style that is generated by InDesign. but the challenge I apostophe neutralized with the "\ '" in this way, what is the code for "é"?
Original code: appliedCharacterStyle = 'Référence croisée d'index';
OK code -> appliedCharacterStyle = 'Reference croisee d\'index';
It must be a way to put a code in place of "é"
thank youtranslation fr -> EN.
Ce n'est pas l'apostrophe mais la lettre ' é ' style qu'est généré par indesign. mais le défit j'ai neutralisé l'apostophe avec le " \' " de cette manière, quelle est le code pour le " é "?code originale : appliedCharacterStyle = 'Référence croisée d'index';
code OK -> appliedCharacterStyle = 'Reference croisee d\'index';
il dois y avoir un moyen de mette un code a la place du " é "
Merci


