質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
'XMLヘッダー情報
|
36
36
|
'XmlWriter.omitXMLDeclaration = False
|
37
|
-
XmlWriter.Encoding = "UTF-
|
37
|
+
XmlWriter.Encoding = "UTF-8" 'encodingをUTF8へ なぜか表示されない。
|
38
38
|
XmlWriter.standalone = True
|
39
39
|
XmlWriter.omitXMLDeclaration = False
|
40
40
|
|