
| Key: |
STR-266
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Anonymous
|
| Votes: |
0
|
| Watchers: |
1
|
|
|
|
The extra non-utf characters can be found by simply running the stratego-shell:
$ stratego-shell
stratego> import lib
stratego> <newname> "speciaal_groot_woord_1"
"speciaal_groot_woord_0"
stratego> <newname> "speciaal_groot_woord_1"
"speciaal_groot_woord_2"
stratego> <newname> "speciaal_groot_woord_1"
"speciaal_groot_woord_3"
stratego> <newname> "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.
|
|
Description
|
The extra non-utf characters can be found by simply running the stratego-shell:
$ stratego-shell
stratego> import lib
stratego> <newname> "speciaal_groot_woord_1"
"speciaal_groot_woord_0"
stratego> <newname> "speciaal_groot_woord_1"
"speciaal_groot_woord_2"
stratego> <newname> "speciaal_groot_woord_1"
"speciaal_groot_woord_3"
stratego> <newname> "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.
|
Show » |
|
|