diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md
index ba135a7..bf141a8 100644
--- a/Required-Browser-Features.md
+++ b/Required-Browser-Features.md
@@ -657,6 +657,31 @@ if the browser cannot tell if fonts are loaded and can be used.
+## TextDecoder is supported
+
+Some East Asian PDFs will be completely garbled, if the browser does not support TextDecoder.
+
+
+
+
+ | Chrome |
+ Firefox (Gecko) |
+ Internet Explorer |
+ Opera |
+ Safari |
+
+
+
+
+ | No (v.24) |
+ Yes (v.18) |
+ No (v.10) |
+ ? |
+ ? |
+
+
+
+
## Worker is supported/enabled
The PDF.js will execute all code (even long running) on the main thread,
@@ -733,4 +758,29 @@ if the browser cannot request network binary data from web workers.
? |
-
\ No newline at end of file
+
+
+## TextDecoder is supported in web workers
+
+Texts will not be copied properly on some East Asian PDFs, if the browser does not support TextDecoder in web workers.
+
+
+
+
+ | Chrome |
+ Firefox (Gecko) |
+ Internet Explorer |
+ Opera |
+ Safari |
+
+
+
+
+ | Emulated (v.24) |
+ Yes (v.20) |
+ Emulated (v.10) |
+ No |
+ No |
+
+
+