top | item 40972364 (no title) ben_bai | 1 year ago that would be wcslcpy(3) discuss order hn newest asveikau|1 year ago Nope. Unicode correctness is much more complicated than switching char to wchar_t. Many glyphs take multiple codepoints or multiple character units in either utf-16 or utf-8. You need something like the break iterator "character" separator in ICU.
asveikau|1 year ago Nope. Unicode correctness is much more complicated than switching char to wchar_t. Many glyphs take multiple codepoints or multiple character units in either utf-16 or utf-8. You need something like the break iterator "character" separator in ICU.
asveikau|1 year ago