]> wimlib.net Git - wimlib/blobdiff - src/encoding.c
Implement setting of Windows-specific XML information
[wimlib] / src / encoding.c
index 8910ea4d0bc38a965e8b94d10dbc993bb1e88260..4fd8712b62a94725f41117ede8a6b8b3961b3518 100644 (file)
@@ -407,7 +407,7 @@ iconv_global_cleanup(void)
  * Index and array values are both CPU endian.
  * Note: this is only an *approximation* of real UTF-16 case folding.
  */
-static u16 upcase[65536];
+u16 upcase[65536];
 
 void
 init_upcase(void)