Try using UnicodeString for UTF8String on Haxe 4
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package lime.text;
|
||||
package lime.text; #if !haxe4
|
||||
|
||||
import haxe.Utf8;
|
||||
import lime._internal.unifill.Unifill;
|
||||
import lime._internal.unifill.CodePoint;
|
||||
import lime.system.Locale;
|
||||
@@ -1151,3 +1150,7 @@ private class Utf8Ext
|
||||
map[0x1E922 + i] = 0x1E900 + i;
|
||||
}
|
||||
}
|
||||
|
||||
#else
|
||||
typedef UTF8String = UnicodeString;
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user