<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi Hannes,<br>
      <br>
      I just checked it, it works with the latest Cuis image (6037).<br>
      If it does not work with DrGeo, Hilaire surely will be able to
      help,<br>
      but he may need the DrGeo version information.<br>
      <br>
      Just a hint, this enhancement was integrated into the Cuis base
      image<br>
      on 2023-07-27. If your DrGeo version is based on an older<br>
      Cuis version, Unicode input won't work for sure.<br>
      <br>
      See:
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/commit/2c52852e716348f6350a461b0081ebe59971674d">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/commit/2c52852e716348f6350a461b0081ebe59971674d</a><br>
      <br>
      <br>
      HTH and Best Regards,<br>
      <br>
      Gerald<br>
      <br>
      <br>
      PS: Would you mind to tell me about your IPA2-requirements?<br>
      <br>
      <br>
      <br>
      On 10/9/23 8:30 AM, H. Hirzel via Cuis-dev wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAGQxfVhR7vMH+ZGG6AKg=4-hU0v4dqKM25SO0QbUtC+XkbYgJQ@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">Hello Luciano and Gerald

Thank you for your answers with the explanations
Input of LaTeX symbols works, e.g.

   \alpha+\rho

gives α+ρ
but the general mechanism
\+161<space> does unfortunately not work. This is in DrGeo 23.06.[1]

I am also interested in entering IPA [2]  characters (needs an extension I
am ready to do)

Kind regards
Hannes

[1] <a class="moz-txt-link-freetext" href="https://www.gnu.org/software/dr-geo/">https://www.gnu.org/software/dr-geo/</a>
<a class="moz-txt-link-freetext" href="https://launchpad.net/drgeo/+download">https://launchpad.net/drgeo/+download</a>
[2] <a class="moz-txt-link-freetext" href="https://en.wikipedia.org/wiki/International_Phonetic_Alphabet">https://en.wikipedia.org/wiki/International_Phonetic_Alphabet</a>

On Tue, Oct 3, 2023 at 10:38 AM Gerald Klix <a class="moz-txt-link-rfc2396E" href="mailto:cuis.01@klix.ch"><cuis.01@klix.ch></a> wrote:

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">On 10/3/23 7:54 AM, Luciano Notarfrancesco via Cuis-dev wrote:

On Tue, Oct 3, 2023 at 04:41 H. Hirzel via Cuis-dev <a class="moz-txt-link-rfc2396E" href="mailto:cuis-dev@lists.cuis.st"><cuis-dev@lists.cuis.st></a> <a class="moz-txt-link-rfc2396E" href="mailto:cuis-dev@lists.cuis.st"><cuis-dev@lists.cuis.st></a>
wrote:


If I want an epsilon I type
   \epsilon<space><backspace>
This is in DrGeo 23.06 beta
Is this the intended behavior to have to type a <backspace> in addition to
the <space> character?


Yes, but instead of <space> you can type the character that you actually

want after epsilon, so you don’t need to press <backspace> to delete it.
For example to write α+β you can type \alpha+\beta, and to write α⊕β you
can write \alpha\oplus\beta.



There is, as Luciano pointed out, a subtle difference between these
two forms of input syntax:


   - \someLatexSymbol keeps the next character the user typed (usually a
   space)
   - \+161 replaces the character sequence in including the space

The rationale behind this – seemingly arbitrary – difference in behavior is
as follows:

The symbol input is meant for Smalltalk code and the operator symbol
must be followed by some white-space to denote a one-character binary
message selector. If you want to type a multi-character binary
selector it also works nicely (See Luciano's explanation).

The input of arbitrary Unicode symbols works for every text editor and is
meant to enter Unicode characters, everywhere in the text, possible in
the middle of a word. It closely mimics the Unicode input
methods of the those of many Unix X11 based programs,
where you can type Shift-Control-U <hex digits ...> space.


HTH and Best Regards,

Gerald

</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <br>
  </body>
</html>