mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Merge branch 'diva-textures-osgrid'
This commit is contained in:
@@ -539,7 +539,7 @@ namespace OpenSim.Region.OptionalModules.World.TreePopulator
|
||||
{
|
||||
XmlSerializer xs = new XmlSerializer(typeof(Copse));
|
||||
|
||||
using (XmlTextWriter writer = new XmlTextWriter(fileName, System.Text.Encoding.UTF8))
|
||||
using (XmlTextWriter writer = new XmlTextWriter(fileName, Util.UTF8))
|
||||
{
|
||||
writer.Formatting = Formatting.Indented;
|
||||
xs.Serialize(writer, obj);
|
||||
|
||||
Reference in New Issue
Block a user