소스 검색

[cppia] restore haxe.Utf8 implementation

Aleksandr Kuzmenko 6 년 전
부모
커밋
a0a4114e64
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      std/cpp/cppia/HostClasses.hx

+ 2 - 0
std/cpp/cppia/HostClasses.hx

@@ -92,6 +92,7 @@ class HostClasses
    "haxe.Unserializer",
    "haxe.Resource",
    "haxe.Template",
+   "haxe.Utf8",
    "haxe.Log",
    "haxe.zip.Compress",
    "haxe.zip.Uncompress",
@@ -123,6 +124,7 @@ class HostClasses
 
    "haxe.CallStack",
    "haxe.Resource",
+   "haxe.Utf8",
    "haxe.Int64",
    "haxe.Int32",
    "haxe.Serializer",