mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-14 21:15:54 +08:00
Sync changes from upstream repository
Co-authored-by: David Eränen <david.eranen@mcneel.com> Co-authored-by: piac <giulio@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
@@ -1931,6 +1931,9 @@ const ON_String ON_String::ToUTF8(
|
||||
case ON_String::Encoding::BIG5andASCII:
|
||||
bad_utf32_count = Internal_Big5ToUTF32(buffer, buffer_length, utf32);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
const unsigned utf32_count = utf32.UnsignedCount();
|
||||
|
||||
Reference in New Issue
Block a user