international character string works as string argument but not in parser
Willem J. Atsma
willem.atsma at victhom.com
Tue Nov 11 08:01:29 CST 2008
Hi all,
This may be specific to the installation I have: windows XP, version 3.0.1 (fr octave-forge)
I get the following error:
--------------------------------------------------------------------------
octave:40>data_index.Québec
error: invalid character `é' (ASCII 233) near line 40, column 26
parse error:
>>> data_index.Québec
^
--------------------------------------------------------------------------
When I use the field name like a list index it works:
--------------------------------------------------------------------------
octave:41>data_index.('Québec')
--------------------------------------------------------------------------
Assuming that the string is handled elsewhere in the code depending on how it is passed, I guess
the parser does not support characters outside the 0-127 range?
cheers,
Willem
Confidentiality Warning:
This message and any associated files are intended only for the use of the intended recipient(s), are confidential, and may be privileged. If you are not the intended recipient, you are hereby notified that any review, retransmission, conversion to hard copy, copying, dissemination or other use of this message and any attachments is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, and delete this message and any attachments from your system. Thank you.
Information confidentielle:
Le présent message, ainsi que tout fichier qui y est joint, est envoyé à l'intention exclusive de son ou de ses destinataires; il est de nature confidentielle et peut constituer une information privilégiée. Nous avertissons toute personne autre que le destinataire prévu que tout examen, réacheminement, impression, copie, distribution ou autre utilisation de ce message et de tout fichier qui y est joint est strictement interdit. Si vous n'êtes pas le destinataire désigné, veuillez en aviser immédiatement l'expéditeur par retour de courriel et supprimer ce message et tout document joint de votre système. Merci.
More information about the Bug-octave
mailing list