Feature #234
Multibyte character set support in String
Status: | New | Start date: | 2010-10-13 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | framework | |||
Target version: | - | |||
Duration: |
Description
Implement support for multibyte character sets (e.g. UTF-8).
String functions like Length() or SubString() just count bytes.
History
#1
Updated by Marcel Huber over 7 years ago
- Project changed from Webdisplay2Coast to COAST
- Description updated (diff)
- Category set to framework
A dependency to utf8 is probably not wanted in CoastFoundation.
Instead, the utf8 module which is already in use by source:coast/modules/DataAccess/StringLengthResultMapper.cpp could be used for it.