ide
Summary
- Description
-
Specify the character encoding scheme used for the file contents. (optional).
- Syntax
-
-
USFM:
\ide
encoding -
USX:
<para style="ide">
encoding</para>
- encoding
-
Character encoding scheme (e.g.
CP-1252
,CP-1251
,UTF-8
,UTF-16LE
,UTF-16BE
,UTF-32LE
,UTF-32BE
, orCustom
). Texts which rely upon a custom encoding and font solution should be converted to Unicode, if at all possible.
-
- Style Type
- Valid In
- Added
-
1.0
Examples
-
USFM
-
USX
-
USJ
Example 1. Any project
\id MRK
\ide UTF-8
Example 2. Any project
<usx version="3.1">
<book code="MRK" style="id"/>
<para style="ide">UTF-8</para>
</usx>
Example 3. Any project
{
"type": "USJ",
"version": "3.1",
"content": [
{
"type": "book",
"marker": "id",
"code": "MRK",
"content": []
},
{
"type": "para",
"marker": "ide",
"content": ["UTF-8"]
}
]
}
