STR-266: newname strategy produces additional weird characters
The extra non-utf characters can be found by simply running the stratego-shell:
$ stratego-shell
stratego> import lib
stratego> “speciaal_groot_woord_1”
“speciaal_groot_woord_0”
stratego> “speciaal_groot_woord_1”
“speciaal_groot_woord_2”
stratego> “speciaal_groot_woord_1”
“speciaal_groot_woord_3”
stratego> “speciaal_groot_woord_1”
“speciaal_groot_woord��������)_0”The problem seems to be triggerd by the ‘_’-number at the end, if no number is present, but alpha-chars newname does its magic as expected.
Submitted on 6 March 2005 at 16:55
Issue Log
On 12 March 2005 at 19:41 Jira commented:
STR-266, martin:
Also reported by various PT students.
On 16 March 2005 at 12:20 Jira commented:
STR-266, rcgroot:
- Fixed by commit in stratego-lib/native/stratego-lib/string.c version 9299Now to close this issue
On 16 March 2005 at 12:22 Jira commented:
STR-266, rbvermaa:
well done
Log in to post comments