| Summary: | UTF-8/16 on SVP64 | ||
|---|---|---|---|
| Product: | Libre-SOC's first SoC | Reporter: | Jacob Lifshay <programmerjake> |
| Component: | Specification | Assignee: | Jacob Lifshay <programmerjake> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | CC: | libre-soc-isa, lkcl, programmerjake |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.libre-soc.org/show_bug.cgi?id=794 | ||
| NLnet milestone: | Future | total budget (EUR) for completion of task and all subtasks: | 0 |
| budget (EUR) for this task, excluding subtasks' budget: | 0 | parent task for budget allocation: | 487 |
| child tasks for budget allocation: | The table of payments (in EUR) for this task; TOML format: |
jacob=0
|
|
| Bug Depends on: | |||
| Bug Blocks: | 254, 794 | ||
i'm assuming all of the funds in #794 should be moved here because there isn't time to do utf-8 <-> utf-16 before the nlnet funding expires. (In reply to Jacob Lifshay from comment #1) > i'm assuming all of the funds in #794 should be moved here because there > isn't time to do utf-8 <-> utf-16 before the nlnet funding expires. you *cannot* make that assumption. please put the funds back IMMEDIATELY |
* TODO: UTF-8 -> UTF-16 conversion * errors can be handled by either returning an error, or replacing errors with the replacement character U+FFFD. * TODO: UTF-16 -> UTF-8 * errors can be handled by either returning an error, or replacing errors with the replacement character U+FFFD.