Opened 21 years ago
Closed 19 years ago
#1073 closed defect (fixed)
Wrong formatted e-mail notification - utf8
| Reported by: | Owned by: | Emmanuel Blot | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | ticket system | Version: | 0.8 |
| Severity: | minor | Keywords: | notification email unicode |
| Cc: | juracy@… manu.blot@… vyt@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Use of accent in component make format problem in e-mail notification. Sample:
#434: Descarregar seleção do gerador de relatório em Lista de Relatórios
Disponíveis
-------------------------+--------------------------------------------------
Id: 434 | Status: new
Component: Relatórios | Modified: Fri Dec 17 18:28:54 2004
Severity: major | Milestone: 7.9h
Priority: high | Version: 7.7e
Owner: juracy | Reporter: fulano@x.com
-------------------------+-------------------------------------------------
Relatórios ⇒ Relatórios
11 bytes, but, 10 characters
Attachments (0)
Change History (10)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
I guess no, my problem is not charset, my e-mail client (Thunderbird) understand utf-8, but, the format of table with fields, must analyze the number of characters and not the bytes.
In my example, a word Relatórios (Reports in English) has 10 characters, but has 11 bytes (Relatórios in utf-8), and this number is used to calculate spaces for format table.
comment:4 by , 21 years ago
| Cc: | added |
|---|
comment:5 by , 20 years ago
| Keywords: | notification email added; notify removed |
|---|
comment:6 by , 20 years ago
| Cc: | added; removed |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:7 by , 20 years ago
| Cc: | added; removed |
|---|
comment:8 by , 20 years ago
| Milestone: | → 0.11 |
|---|
Note: The bug resolution depends on the availability of the internal unicode support scheduled for 0.11
comment:10 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed with the merge of the unicode branch.
A new test gives:
-------------------------+--------------------------------------------------
Reporter: eblot | Owner: eblot
Type: defect | Status: new
Priority: major | Milestone:
Component: Relatórios | Version:
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Changes (by eblot):



I'm guessing this is a dupe for #1065.