Browse Source

no utf16 in neko

Nicolas Cannasse 7 years ago
parent
commit
d30f850cad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/context/common.ml

+ 1 - 0
src/context/common.ml

@@ -268,6 +268,7 @@ let get_config com =
 			default_config with
 			default_config with
 			pf_static = false;
 			pf_static = false;
 			pf_pad_nulls = true;
 			pf_pad_nulls = true;
+			pf_uses_utf16 = false;
 		}
 		}
 	| Flash when defined Define.As3 ->
 	| Flash when defined Define.As3 ->
 		{
 		{