Opened 15 years ago

Last modified 3 years ago

#244 new task

Clean up XMB text handling

Reported by: Philip Taylor Owned by:
Priority: Nice to Have Milestone: Backlog
Component: Core engine Keywords:
Cc: Patch:

Description (last modified by historic_bruno)

Store text internally as UTF-8. Change the API to return objects that can be more efficiently parsed as numbers, converted to CStr8/CStrW, etc.

Change History (6)

comment:1 by (none), 14 years ago

Milestone: Open Source Release

Milestone Open Source Release deleted

comment:2 by Andrew, 14 years ago

Milestone: Backlog

comment:3 by historic_bruno, 11 years ago

Owner: Philip Taylor removed

comment:4 by ben, 10 years ago

In 15309:

Changes XMB format to store UTF-8 strings and removes pointless UTF-16 conversions, refs #204, #244.
Bumps XMB version to 2.

comment:5 by historic_bruno, 10 years ago

Description: modified (diff)

comment:6 by wraitii, 3 years ago

r25375 allowed outputting std::string_view and const char*, avoiding temporary string creation.

Note: See TracTickets for help on using tickets.