Defect #4576
closedJapanese Character pattern matching
0%
Description
It should be noted that I am receiving emails using pop and the patch in Issue #2420 but I don't think the problem lies with this.
When I try and send emails to the redmine server with Japanese characters in them it appears to work apart from the pattern matching.
For example if I send an email with the following keywords.
Project: happi
Tracker: 開発
The email is processed but it isn't assigned to the correct tracker and "Tracker: " appears in the issue body.
However it does get assigned to the correct project. I am assuming that the pattern matching cannot handle the UTF-8 encoded Japanese (or all multi-byte?) characters.
Files
Updated by Anton Statutov almost 15 years ago
The same problem exists with russian names
Updated by Anton Statutov almost 15 years ago
Possibly #2059 is related issue. It was already fixed, so maybe try 0.9 RC?
Updated by Jean-Philippe Lang almost 15 years ago
No, this is not the same as #2059.
Updated by Jean-Philippe Lang almost 15 years ago
Can anybody attach a raw email that contains such keywords so I can include it in tests? Thanks.
Updated by Jean-Philippe Lang almost 15 years ago
I've just tested with the following email and it does work.
Updated by Jeffrey Jones almost 15 years ago
- Status changed from New to Resolved
My apologies, I didn't have the overrides setup correctly on the rake task.
I can confirm this is working correctly. PEBKAC
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
OK, thanks :-)