<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>[WD16] Upper(..) function doesn&amp;#039;t work with Umlauts</title>
        <description> 
The Upper(..) function is broken since long time in case of Umlauts are to be converted to upper case.

Upper(&amp;quot;äöüß&amp;quot;) will result in &amp;quot;AOUß&amp;quot; which is definitely wrong, it should be &amp;quot;ÄÖÜSZ&amp;quot; to be correct. I&amp;#039;d be content with &amp;quot;ÄÖÜß&amp;quot; because ß is a special case ..

The interesting part is that Edit controls with mask &amp;#039;UPPER CASE&amp;#039; will correctly convert äöüß to ÄÖÜß

Regards, Guenter
</description>
        <link>https://www.wxforum.info/read.php?27593,105802,105802#msg-105802</link>
        <lastBuildDate>Tue, 14 Apr 2026 14:13:22 +0200</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,105802,105860#msg-105860</guid>
            <title>Re: [WD16] Upper(..) function doesn&#039;t work with Umlauts</title>
            <link>https://www.wxforum.info/read.php?27593,105802,105860#msg-105860</link>
            <description><![CDATA[ Hello Günther<br />
<br />
a workaround for Upper(...   :<br />
<br />
<br />
<br />
<pre class="bbcode">
PROCEDURE cUpper(pZeichenfolge is string)
       s is string
       s=StringFormat(pZeichenfolge,ccUpCase)
       RESULT s</pre>
<br />
<br />
This converts all äöü  into ÄÖÜ<br />
<br />
Udo<br />
]]></description>
            <dc:creator>Udo</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Tue, 05 Jul 2011 07:45:52 +0200</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27593,105802,105802#msg-105802</guid>
            <title>[WD16] Upper(..) function doesn&#039;t work with Umlauts</title>
            <link>https://www.wxforum.info/read.php?27593,105802,105802#msg-105802</link>
            <description><![CDATA[ <br />
The Upper(..) function is broken since long time in case of Umlauts are to be converted to upper case.<br />
<br />
Upper(&quot;äöüß&quot;) will result in &quot;AOUß&quot; which is definitely wrong, it should be &quot;ÄÖÜSZ&quot; to be correct. I&#039;d be content with &quot;ÄÖÜß&quot; because ß is a special case ..<br />
<br />
The interesting part is that Edit controls with mask &#039;UPPER CASE&#039; will correctly convert äöüß to ÄÖÜß<br />
<br />
Regards, Guenter<br />
]]></description>
            <dc:creator>Jimbo</dc:creator>
            <category>WX-Products: Reports of malfunctions &amp; bugs</category>
            <pubDate>Mon, 04 Jul 2011 08:33:56 +0200</pubDate>
        </item>
    </channel>
</rss>
