Skip to content

Commit

Permalink
Update Advanced_Guide
Browse files Browse the repository at this point in the history
Define UTF-8 as the standard source file encoding.
  • Loading branch information
LadyCailin committed Jan 8, 2020
1 parent 97f543e commit 8f85381
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/docs/Advanced_Guide
Expand Up @@ -370,6 +370,11 @@ they are not separated by commas, operators, or other symbols, they are automati
behavior exhibited by a simple alias that uses non-strict formatting: <code>/cmd = /real command</code>.
'/real' and 'command' are automatically sconcatenated together, and then run.

=== Source File Encoding ===
MethodScript files, both ms and msa files should have UTF-8 encoding. A byte order mark (BOM) may or may not be present.
While other encodings may work, particularly ASCII and others, the source files will be parsed using UTF-8. In the future,
other encodings may be supported, but there is currently no plans to add this support in the near term.

===Continued Learning===

Many of the scripting concepts are addressed in greater depth in the Learning Trail, shown below. The MScript topics
Expand Down

0 comments on commit 8f85381

Please sign in to comment.