Actions
Bug #7195
closedCanonify in ncf doesn't work like cfengine does
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
cfengine canonifies strings as if they where pure ASCII string:
- an utf8 'é' is 2 characters unknown type, it produces 2 '_'
- an iso-8859-1 'é' is 1 character unknown type, it produces 1 '_'
> do not use \w> convert utf8 to bytes before processing
Updated by Benoît PECCATTE about 9 years ago
- Blocks Architecture #7193: Write expected report in the new format added
Updated by Benoît PECCATTE about 9 years ago
- Status changed from New to In progress
Updated by Benoît PECCATTE about 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/ncf/pull/237
Updated by Benoît PECCATTE about 9 years ago
- Assignee changed from Nicolas CHARLES to Vincent MEMBRÉ
Updated by Benoît PECCATTE about 9 years ago
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
Updated by Benoît PECCATTE about 9 years ago
- Assignee changed from Nicolas CHARLES to Vincent MEMBRÉ
Updated by Benoît PECCATTE about 9 years ago
- Assignee changed from Vincent MEMBRÉ to Nicolas CHARLES
Updated by Benoît PECCATTE about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:38bc4dadd0101a01c2c0ee6655bd07ac30e27f4b.
Updated by Vincent MEMBRÉ about 9 years ago
Applied in changeset commit:ec2b811abcc91de661a7fb96b918a8bbbb3193d8.
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
- Priority set to 0
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category set to Generic methods
Actions