diff options
-rw-r--r-- | manual.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -200,9 +200,9 @@ conversion as they are usually well supported, fast and bug free. | |||
200 | However, these functions require a workaround for JSON | 200 | However, these functions require a workaround for JSON |
201 | encoding/parsing under locales using a comma decimal separator. Lua | 201 | encoding/parsing under locales using a comma decimal separator. Lua |
202 | CJSON detects the current locale during instantiation to determine | 202 | CJSON detects the current locale during instantiation to determine |
203 | whether a workaround is required. CJSON should be reinitialised via | 203 | whether a workaround is required. Lua CJSON should be reinitialised |
204 | +cjson.new+ if the locale of the current process changes. Different | 204 | via +cjson.new+ if the locale of the current process changes. |
205 | locales per thread are not supported. | 205 | Different locales per thread are not supported. |
206 | 206 | ||
207 | 207 | ||
208 | decode | 208 | decode |