alan-if / alan-docs

Alan IF Documentation Project
https://git.io/alan-docs
Other
3 stars 0 forks source link

Use New encoding Option with include:: Directives #84

Closed tajmone closed 3 years ago

tajmone commented 3 years ago

In the Beginners' Guide:

NOTE — No other documents in this repository are using the UTF-8 conversion and include:: system.


Currently the Beginners' Guide is relying on include:: directives to import external Alan sources and transcripts, which are first converted from ISO-8859-1 to UTF-8.

In 2019 I had submitted a feature request to enable support for other encodings, which was implemented and made its way into stable releases — but hasn't yet been documented! It's usage is as follows:

include::./somefile.alan[encoding=iso-8859-1]

References