Explorar o código

[cpp] updated hxcpp_smart_stirngs description

Alexander Kuzmenko %!s(int64=6) %!d(string=hai) anos
pai
achega
07ac44c3ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/define.ml

+ 1 - 1
src/core/define.ml

@@ -160,7 +160,7 @@ let infos = function
 	| HxcppApiLevel -> "hxcpp_api_level",("Provided to allow compatibility between hxcpp versions",[Platform Cpp])
 	| HxcppGcGenerational -> "HXCPP_GC_GENERATIONAL",("Experimental Garbage Collector",[Platform Cpp])
 	| HxcppDebugger -> "HXCPP_DEBUGGER",("Include additional information for HXCPP_DEBUGGER",[Platform Cpp])
-	| HxcppSmartStings -> "hxcpp_smart_strings",("Optionally use wide strings in hxcpp (in development)",[Platform Cpp])
+	| HxcppSmartStings -> "hxcpp_smart_strings",("Use wide strings in hxcpp (Turned on by default unless `-D disable_unicode_strings` is specified)",[Platform Cpp])
 	| IncludePrefix -> "include_prefix",("prepend path to generated include files",[Platform Cpp])
 	| Interp -> "interp",("The code is compiled to be run with --interp",[])
 	| JavaVer -> "java_ver",("<version:5-7> Sets the Java version to be targeted",[Platform Java])