質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
'XmlWriter.omitXMLDeclaration = False
|
72
72
|
|
73
|
-
XmlWriter.Encoding = "UTF-
|
73
|
+
XmlWriter.Encoding = "UTF-8" 'encodingをUTF8へ なぜか表示されない。
|
74
74
|
|
75
75
|
XmlWriter.standalone = True
|
76
76
|
|