One of the modifications in the Doc patch about Tools->Reload Configuration is in the <b>Inserting Unicode characters</b> section.   Here is the modified excerpt:<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
<span style="color: rgb(0, 0, 153);">With GTK 2.10 and above, you can insert Unicode code points by hitting</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">Ctrl-Shift-u, then still holding Ctrl-Shift, type some hex digits representing</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">the code point for the character you want, then let go of Ctrl-Shift and</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">hit Enter or Return.</span><br style="color: rgb(0, 0, 153);">
<br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">For this to work in Geany, you'll need to first unbind Ctrl-Shift-u</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">in the `keybinding preferences`_, then select *Tools->Reload Configuration* </span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">or restart Geany. Note that it works slightly differently from other GTK </span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);">applications, in that you'll need to continue to hold down the Ctrl and Shift</span><br style="color: rgb(0, 0, 153);">
<span style="color: rgb(0, 0, 153);">keys while typing the code point hex digits.</span><br></blockquote><div><br>I tried this when checking for Reload Configuration effects.  I noted that currently (revision 4675) Ctrl-Shift-u is not bound in the <b>keybinding preferences</b>, and that using Enter or Return to end the Unicode specifier actually entered a carriage return in the text.  Intuitively, a space after the code should be enough to end the specifier, and indeed it does.  I'm not sure whether this is a bug in the code, or a needed document modification.  I didn't go looking for the point in revision history where the behavior changed.<br>
<br>- tony<br></div>