<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000941" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000941</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/umlauts#comment-1003976</link>
    <description> &lt;p&gt;You could convert the string into it&#039;s ascii value.&lt;/p&gt;
&lt;p&gt;So&lt;/p&gt;
&lt;p&gt;$form = &quot;ä&quot;;&lt;br /&gt;
$formascii = join(&#039;&#039;, unpack(&#039;c*&#039;, $form)); &lt;/p&gt;
&lt;p&gt;$file = &quot;ä&quot;;&lt;br /&gt;
$fileascii = join(&#039;&#039;, unpack(&#039;c*&#039;, $file));&lt;/p&gt;
&lt;p&gt;than do your regexp.&lt;/p&gt;
&lt;p&gt;Hope that helps &lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Dogs and cats consume over $11 billion worth of pet food a year.&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Jan 2000 02:22:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1003976 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/umlauts#comment-1003975</link>
    <description> &lt;p&gt;I got a weired solution to this problem:&lt;/p&gt;
&lt;p&gt;$form = form input = &quot;ä&quot;; # data from a web form&lt;br /&gt;
$file = file input = &quot;ä&quot;; data read from a file&lt;/p&gt;
&lt;p&gt;$file ~= /$form/ # -&amp;gt; false&lt;/p&gt;
&lt;p&gt;$form ~= s/ä/§§§/g;&lt;br /&gt;
$file ~= s/ä/§§§/g;&lt;/p&gt;
&lt;p&gt;$file ~= /$form/ # -&amp;gt; true&lt;/p&gt;
&lt;p&gt;This is just example code, so it might have some syntax errors, but thats not the point.&lt;/p&gt;
&lt;p&gt;Why does the substitute operator match something which the simple match operator doesnt match???&lt;/p&gt;
&lt;p&gt;Malte&lt;/p&gt;
&lt;p&gt;[This message has been edited by Malte (edited 27 January 2000).]&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Jan 2000 23:17:00 +0000</pubDate>
 <dc:creator>Malte</dc:creator>
 <guid isPermaLink="false">comment 1003975 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/umlauts#comment-1003974</link>
    <description> &lt;p&gt;I love this community  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Malte&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 19:59:00 +0000</pubDate>
 <dc:creator>Malte</dc:creator>
 <guid isPermaLink="false">comment 1003974 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/umlauts#comment-1003970</link>
    <description> &lt;p&gt;Pardon my ignorance, but what are German Umlauts?&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;1 in 5,000 north atlantic lobsters are born bright blue.&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 15:37:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1003970 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/umlauts#comment-1003969</link>
    <description> &lt;p&gt;Hey Patty,&lt;/p&gt;
&lt;p&gt;you should have had this problem before  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Later,&lt;/p&gt;
&lt;p&gt;Malte&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Malte Ubl - &lt;a href=&quot;http://www.Boardzilla.org&quot; class=&quot;bb-url&quot;&gt;www.Boardzilla.org&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
Communication:  public&amp;lt;-&amp;gt;programmers&lt;br /&gt;
of the &lt;strong&gt;Boardzilla BB&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 15:18:00 +0000</pubDate>
 <dc:creator>Malte</dc:creator>
 <guid isPermaLink="false">comment 1003969 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/umlauts#comment-1003972</link>
    <description> &lt;p&gt;I&#039;m so sorry Pat...rick.&lt;/p&gt;
&lt;p&gt;Seems like UBB is able to handle em.&lt;/p&gt;
&lt;p&gt;Malte&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;strong&gt;Malte Ubl - &lt;a href=&quot;http://www.Boardzilla.org&quot; class=&quot;bb-url&quot;&gt;www.Boardzilla.org&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
Communication:  public&amp;lt;-&amp;gt;programmers&lt;br /&gt;
of the &lt;strong&gt;Boardzilla BB&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Jan 2000 05:51:00 +0000</pubDate>
 <dc:creator>Malte</dc:creator>
 <guid isPermaLink="false">comment 1003972 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
