Problems with spanish character
Free documentation system for Delphi / Pascal with JavaDoc support.
Status: Beta
Brought to you by:
trident
Hello,
if i use the ñ simbol then a parse error ocurrs
Parsing file : ....\MetaLibrary\OPCServerFramework\DA\units\opc servers\ingeteam\IngeconSunMultiPort\IngeconSunMultiPortOPCServerUnit.pas
Exception TEParseError Unexpected token, expected ":"
Near Unknown ñ in file near line 385 col 12
Parsing file : ....\MetaLibrary\OPCServerFramework\DA\units\opc servers\ingeteam\IngeconSunMultiPort\InspectDeviceUnit.pas
Exception TEParseError Unexpected token, expected ":"
Near Unknown ñ in file near line 204 col 12
In spanish is a really common symbol
Best regards
Anonymous
Could you send me an example file, so I will be able to test it directly please ?
It is also possible to attach it directly in this tracker.
ok, file attached
Best regards
ilde
The issue is when using special character inside an identifier AS THE FOLLOWING LINE/
VAR año: Word;
Bug reproduced.
It will be fixed in next revision.
Thx for your submission.
TridenT