File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1040,9 +1040,9 @@ to the same value.
1040
1040
## ` maxBuffer ` and Unicode
1041
1041
1042
1042
It is important to keep in mind that the ` maxBuffer ` option specifies the
1043
- largest number of * octets* allowed on ` stdout ` or ` stderr ` - if this value is
1044
- exceeded then the child process is terminated. This particularly impacts
1045
- output that includes multi-byte character encodings such as UTF-8 or UTF-16.
1043
+ largest number of * octets* allowed on ` stdout ` or ` stderr ` . If this value is
1044
+ exceeded, then the child process is terminated. This particularly impacts
1045
+ output that includes multibyte character encodings such as UTF-8 or UTF-16.
1046
1046
For instance, the following will output 13 UTF-8 encoded octets to ` stdout `
1047
1047
although there are only 4 characters:
1048
1048
You can’t perform that action at this time.
0 commit comments