The encoding tag has no wiki summary.
4
votes
2answers
86 views
Stop sharepoint from reformatting html
I have a site page where I am trying to add a link to a particular calendar in outlook web access.
The URL is
...
1
vote
1answer
304 views
SPFile.OpenBinary - Encoding Issues
I am copying some SharePoint pages from one site collection to another and I noticed that certain special characters get mangled up in the destination file. Here is an example:
Source Text:
Nous ...
1
vote
1answer
207 views
utf-16 encoded email in sharepoint 2010 is possibile?
Is it possibile to send an html email encoded in utf-16 with sharepoint 2010?
My problem is that I have a message body wich can contain accented characters which on the receiving end are displayed ...
0
votes
1answer
115 views
Sharepoint 2010 outgoing emails encoding issue
I have several workflows which send email notifications. Some of the outgoing emails have very strange titles, like the following:
Скоро срок СЃдачи поручРµния СоздатСЊ расписаниРµ по дисциплинам
...
0
votes
1answer
336 views
Specify character encoding in webpart
really simple:
I have a visual webpart with danish letters (æøå) which is malformed when deployed - most likely as a result of the wrong characterset encoding. How would I go about specifying this in ...
1
vote
0answers
76 views
Encoding problems in SharePoint2007 recycle bin
I am having problems with the Encoding in SharePoint recycle bin.I have create an item with title "abcabc",after deletion I went to the recycle bin , I got "弓ᱜ同䢴ޛ翍⺉"as title in recycle bin.I think it ...
3
votes
2answers
634 views
Strange URL Encoding on SharePoint 2010
I'm seeing odd behavior while visiting a SharePoint 2010 website.
The parameters that I request are encoded by what seems to be a Base64 encoding algorithm. However, it is definitely not JUST ...
2
votes
2answers
256 views
Add URLEncode attribute to a deployed field definition
Is it possible to add URLEncode to a field in schema.xml, and update the SharePoint site without deleting everything based on the schema? Eg.
<Field DisplayName="Internal/External" />
to
...
4
votes
2answers
577 views
ddwrt:EcmaScriptEncode Explained?
Does anyone know exactly what ddwrt:EcmaScriptEncode does? (Which char mappings, etc.?)
M.