aboutsummaryrefslogtreecommitdiffstats
path: root/docs/introduction-to-smart-contracts.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-30 06:39:28 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-09-02 02:13:26 +0800
commitcbd729957b60599f55dfd1f3c7b64a7e4540c6ce (patch)
treece3fc7e1559683b3ef2aa89d4ccd7208e450cdfa /docs/introduction-to-smart-contracts.rst
parentf3230a41cebe4778c5c831e2bfa4fb3b7e10f4cb (diff)
downloaddexon-solidity-cbd729957b60599f55dfd1f3c7b64a7e4540c6ce.tar
dexon-solidity-cbd729957b60599f55dfd1f3c7b64a7e4540c6ce.tar.gz
dexon-solidity-cbd729957b60599f55dfd1f3c7b64a7e4540c6ce.tar.bz2
dexon-solidity-cbd729957b60599f55dfd1f3c7b64a7e4540c6ce.tar.lz
dexon-solidity-cbd729957b60599f55dfd1f3c7b64a7e4540c6ce.tar.xz
dexon-solidity-cbd729957b60599f55dfd1f3c7b64a7e4540c6ce.tar.zst
dexon-solidity-cbd729957b60599f55dfd1f3c7b64a7e4540c6ce.zip
Document character set
Diffstat (limited to 'docs/introduction-to-smart-contracts.rst')
-rw-r--r--docs/introduction-to-smart-contracts.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/introduction-to-smart-contracts.rst b/docs/introduction-to-smart-contracts.rst
index 1a3cf638..33a8ad10 100644
--- a/docs/introduction-to-smart-contracts.rst
+++ b/docs/introduction-to-smart-contracts.rst
@@ -57,6 +57,10 @@ and overwrite your number, but the number will still be stored in the history
of the blockchain. Later, we will see how you can impose access restrictions
so that only you can alter the number.
+.. note::
+ All identifiers (contract names, function names and variable names) are restricted to
+ the ASCII character set. It is possible to store UTF-8 encoded data in string variables.
+
.. index:: ! subcurrency
Subcurrency Example