Issue fields in UTF-8 encoding are stored in uneditable format
Steps to reproduce ==================
1. Create an issue (via `ditz add`) with some nonASCII symbols put into any of its fields 2. Run `ditz edit <issue_id>`.
Expected behavior: ==================
All those fields are stored as I've typed them, to be readable and editable
Actual behavior: ================
Fields contain nonASCII chars are stored as `!binary` blobs (see issue issue 422d5361: Тестовая бага, для проверки поддержки UTF8
)
Notes =====
I'd also suggest this issue should be addressed to upstream YAML implementation but I'm not sure, since I'm not using Ruby.
Details
| Id: | 9a617371b887e759c9aa3bf9c4deb8a63f8260df |
| Type: | bugfix |
| Creation time: | 2010-09-28 14:26 GMT |
| Creator: | Andrei Dziahel <develop7@...> |
| Release: | 0.6 (unreleased) |
| Component: | ditz |
| Status: |
closed: fixed
|
Issue log
| 2011-03-17 22:41 GMT | Matt Katz <ditz@...> | |
| fixed by change to yaml-waml | ||
| 2011-03-17 22:41 GMT | Matt Katz <ditz@...> | |
| 2010-09-28 14:26 GMT | Andrei Dziahel <develop7@...> | |