unicode morphisms: remove LE- suffix from UTF32 since we are using native.UInt32
This commit is contained in:
parent
1d10b1bf61
commit
4b824cbb7c
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ morph_string_as_utf8_to_ascii ()
|
|||
morph_string_as_ascii_to_utf32 ()
|
||||
<Seq ~ <ValueTerminated 0> Char~Ascii~native.UInt8>
|
||||
--> <Seq Char~Unicode>
|
||||
~ UTF-32LE
|
||||
~ UTF-32
|
||||
~ <Seq~<ValueTerminated 0> native.UInt32>
|
||||
```
|
||||
while( *src ) { *dst++ = *src++; }
|
||||
|
@ -49,7 +49,7 @@ morph_string_as_utf8_to_utf32 ()
|
|||
~ <Seq~<ValueTerminated 0> native.UInt8>
|
||||
|
||||
--> <Seq Char~Unicode>
|
||||
~ UTF-32LE
|
||||
~ UTF-32
|
||||
~ <Seq~<ValueTerminated 0> native.UInt32>
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue