diff options
author | Matthias Bolte <matthias.bolte@googlemail.com> | 2010-10-13 23:58:09 +0200 |
---|---|---|
committer | Matthias Bolte <matthias.bolte@googlemail.com> | 2010-10-15 17:51:28 +0200 |
commit | b1933e9e6ade4339e8dae385b07282c07b8662c8 (patch) | |
tree | 319a1943ceccfb6ad7c2c598fb654699aefa5f5e /tests/xml2vmxdata/xml2vmx-esx-in-the-wild-1.vmx | |
parent | d3fec47f81f30ae785f3785c4b2b7b567fcffeee (diff) | |
download | libvirt-b1933e9e6ade4339e8dae385b07282c07b8662c8.tar.gz |
esx: Explictly declare VMX file content as UTF-8
Diffstat (limited to 'tests/xml2vmxdata/xml2vmx-esx-in-the-wild-1.vmx')
-rw-r--r-- | tests/xml2vmxdata/xml2vmx-esx-in-the-wild-1.vmx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/xml2vmxdata/xml2vmx-esx-in-the-wild-1.vmx b/tests/xml2vmxdata/xml2vmx-esx-in-the-wild-1.vmx index 5e78a3bdd3..e72ca803f8 100644 --- a/tests/xml2vmxdata/xml2vmx-esx-in-the-wild-1.vmx +++ b/tests/xml2vmxdata/xml2vmx-esx-in-the-wild-1.vmx @@ -1,3 +1,4 @@ +.encoding = "UTF-8" config.version = "8" virtualHW.version = "4" guestOS = "other" |