MantisBT - Z.C++ | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000011 | Z.C++ | [All Projects] Backend/Core | public | 2011-01-09 23:49 | 2011-01-10 09:32 |
| Reporter | zaimoni | ||||
| Assigned To | |||||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Vaporware | Fixed in Version | |||
| Summary | 0000011: Support CHAR_BIT!=8 | ||||
| Description | Actually two items: * support native CHAR_BIT!=8 (e.g., the current string-escaping techniques won't work for CHAR_BIT==10 as they assume all characters can be octal-escaped) * support target CHAR_BIT different than native CHAR_BIT The absolute minimum CHAR_BIT we could have to worry about is 6 (EBDIC platforms), although representing the entire legal character set takes 7 bits. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-01-09 23:49 | zaimoni | New Issue | |||
| 2011-01-10 09:32 | zaimoni | Target Version | => Vaporware | ||
| There are no notes attached to this issue. |