From d2108a207511352f32f21a91bdfc5f835e0460de Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Fri, 13 Jan 2012 20:52:28 +1030 Subject: Use Lua CJSON instead of CJSON in documentation --- manual.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manual.txt b/manual.txt index 85f3955..3417750 100644 --- a/manual.txt +++ b/manual.txt @@ -200,9 +200,9 @@ conversion as they are usually well supported, fast and bug free. However, these functions require a workaround for JSON encoding/parsing under locales using a comma decimal separator. Lua CJSON detects the current locale during instantiation to determine -whether a workaround is required. CJSON should be reinitialised via -+cjson.new+ if the locale of the current process changes. Different -locales per thread are not supported. +whether a workaround is required. Lua CJSON should be reinitialised +via +cjson.new+ if the locale of the current process changes. +Different locales per thread are not supported. decode -- cgit v1.2.3-55-g6feb