0

i create a new SharePoint Site with a sitepage template. My Problem is, the columnnames of my library has a wrong coding.

My schema.xml has a encoding UTF-8 and the XML file () too.

e.g. Prüfer is wrong, right is Prüfer

sorry for my english.

Update: When i deploy the template as sandbox solution the encoding is correct. When the template deploy as farmsolution the encoding is wrong

gidion1983
  • 65
  • 1
  • 8

1 Answers1

0

I'm guessing that as farm solution get deployed to the filesystem, the file's encoding is screwed up when it is written to the file system. Could you try encoding the character as ISO-8859-1 character:

ü
Colin
  • 4,665
  • 18
  • 26