<div dir="ltr">
<p style="margin:0px">Hi,</p><p style="margin:0px"><br></p><p style="margin:0px">I've noticed that the ampersand character is interpreted strangely when it is in the `guisection` property of module option, e.g.:<br></p>

<p style="margin:0px"><br></p><p style="margin:0px">#% guisection: Files & format</p><p style="margin:0px"><br></p><p style="margin:0px">is added for the following options in the m.proj module</p><p style="margin:0px">

<br></p><p style="margin:0px">
</p><p style="margin:0px">G_OPT_F_INPUT</p><p style="margin:0px">
</p><p style="margin:0px">G_OPT_F_OUTPUT</p><p style="margin:0px">
</p><p style="margin:0px">G_OPT_F_SEP</p><p style="margin:0px"><br></p><p style="margin:0px">However, the resulting section in the wxGUI generated module form/dialog is `Files format`. Is & interpreted in some special way, e.g. for translation? I was not exploring this more since the number of involved parts is high and I hope that someone might have better overview.</p>

<p style="margin:0px"><br></p><p style="margin:0px">Moreover, if you look at the generated form you can see that `input` is still in required, although G_OPT_F_INPUT has guisection specified. This seems that unless you explicitly specify `required: no` guisection is ignored.</p>

<p style="margin:0px"><br></p><p style="margin:0px">I must say that I was not even trying to find some documentation for this since these things are usually under-documented. Thus I don't know if this behavior is bug or a feature.</p>

<p style="margin:0px"><br></p><p style="margin:0px">Vaclav</p><p style="margin:0px"><br></p></div>