<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.access-codelib.net/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://wiki.access-codelib.net/index.php?action=history&amp;feed=atom&amp;title=UTF-8-Textdatei_erstellen</id>
		<title>UTF-8-Textdatei erstellen - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.access-codelib.net/index.php?action=history&amp;feed=atom&amp;title=UTF-8-Textdatei_erstellen"/>
		<link rel="alternate" type="text/html" href="https://wiki.access-codelib.net/index.php?title=UTF-8-Textdatei_erstellen&amp;action=history"/>
		<updated>2026-05-06T20:55:00Z</updated>
		<subtitle>Versionsgeschichte für diese Seite in Access Code Library</subtitle>
		<generator>MediaWiki 1.15.1</generator>

	<entry>
		<id>https://wiki.access-codelib.net/index.php?title=UTF-8-Textdatei_erstellen&amp;diff=1955&amp;oldid=prev</id>
		<title>Josef Pötzl:&amp;#32;Die Seite wurde neu angelegt: „Kategorie:Code-Schnipsel  Mit ADODB.Stream kann eine UTF-8-Textdatei relativ einfach erstellt werden.  &lt;source&gt; Dim S As ADODB.Stream Set S = New ADODB.Stream…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.access-codelib.net/index.php?title=UTF-8-Textdatei_erstellen&amp;diff=1955&amp;oldid=prev"/>
				<updated>2011-01-31T10:07:42Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&lt;a href=&quot;/Kategorie:Code-Schnipsel&quot; title=&quot;Kategorie:Code-Schnipsel&quot;&gt;Kategorie:Code-Schnipsel&lt;/a&gt;  Mit ADODB.Stream kann eine UTF-8-Textdatei relativ einfach erstellt werden.  &amp;lt;source&amp;gt; Dim S As ADODB.Stream Set S = New ADODB.Stream…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Kategorie:Code-Schnipsel]]&lt;br /&gt;
&lt;br /&gt;
Mit ADODB.Stream kann eine UTF-8-Textdatei relativ einfach erstellt werden.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source&amp;gt;&lt;br /&gt;
Dim S As ADODB.Stream&lt;br /&gt;
Set S = New ADODB.Stream&lt;br /&gt;
S.Charset = &amp;quot;UTF-8&amp;quot;&lt;br /&gt;
S.Open&lt;br /&gt;
S.WriteText &amp;quot;abcäöüxyz&amp;quot;&lt;br /&gt;
S.SaveToFile &amp;quot;X:\utf8.txt&amp;quot;, adSaveCreateOverWrite&lt;br /&gt;
S.Close&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Josef Pötzl</name></author>	</entry>

	</feed>