2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

commandref_frame.html: add doc for the global encoding attribute (Forum #126088)

git-svn-id: https://svn.fhem.de/fhem/trunk@25702 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-02-18 17:55:25 +00:00
parent a93084e0b4
commit d740b4e8c0
2 changed files with 16 additions and 0 deletions

View File

@ -1605,6 +1605,14 @@ The following local attributes are used by a wider range of devices:
OS implementation (inet_aton and gethostbyname) will be used.
</li><br>
<a name="encoding"></a>
<li>encoding<br>
Set the internal encoding used for storing strings.
Possible values: bytestream (default) and unicode.<br>
Note: Since not all modules were checked, if they work correctly with
the internal unicode encoding, this feature is experimental.
</li><br>
<a name="featurelevel"></a>
<li>featurelevel<br>
Enable/disable old or new features, based on FHEM version.

View File

@ -1710,6 +1710,14 @@ Die folgenden lokalen Attribute werden von mehreren Ger&auml;ten verwendet:
bzw gethostbyname aufgerufen.
</li><br>
<a name="encoding"></a>
<li>encoding<br>
W&auml;hlt das perl-interne Format, mit dem Strings kodiert sind.
M&ouml;gliche Werte sind: bytestream (Voreinstellung) und unicode.<br>
Achtung: der Wert unicode ist experimentell, da nicht alle FHEM-Module
mit dieser Variante gepr&uuml;ft wurden.
</li><br>
<a name="featurelevel"></a>
<li>featurelevel<br>
Aktiviere bzw. deaktiviere bestimmte alte oder neue Funktionen, basierend