Преглед изворни кода

FBXLoader: fix string utf8 encoding

Tristan VALCKE пре 8 година
родитељ
комит
d6f8896a6a
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      examples/js/loaders/FBXLoader.js

+ 3 - 0
examples/js/loaders/FBXLoader.js

@@ -4743,6 +4743,9 @@
 
 			}
 
+			// Manage UTF8 encoding
+			s = decodeURIComponent(escape(s));
+
 			this.skip( size );
 
 			return s;

粤ICP备19079148号