File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,9 @@ cat(y$content)
155155
156156## Encoding and Limitations
157157
158- > ** Important:**
159- > - lzstring operates on strings. For non-string or binary data, encode as JSON or base64 first.
160- > - Always ensure your input is UTF-8 encoded.
161- > - If you compress an R object directly (without serialization), the result may not decompress as expected.
158+ - lzstring operates on strings. For non-string or binary data, encode as JSON or base64 first.
159+ - Always ensure your input is UTF-8 encoded.
160+ - If you compress an R object directly (without serialization), the result may not decompress as expected.
162161
163162---
164163
Original file line number Diff line number Diff line change @@ -195,12 +195,11 @@ cat(y$content)
195195
196196## Encoding and Limitations
197197
198- > ** Important:**
199- > - lzstring operates on strings. For non-string or binary data, encode
200- > as JSON or base64 first.
201- > - Always ensure your input is UTF-8 encoded.
202- > - If you compress an R object directly (without serialization), the
203- > result may not decompress as expected.
198+ - lzstring operates on strings. For non-string or binary data, encode as
199+ JSON or base64 first.
200+ - Always ensure your input is UTF-8 encoded.
201+ - If you compress an R object directly (without serialization), the
202+ result may not decompress as expected.
204203
205204------------------------------------------------------------------------
206205
You can’t perform that action at this time.
0 commit comments