博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Sharepoint 2010 Character problem in Category Titles in Blog Site for different languages
阅读量:6435 次
发布时间:2019-06-23

本文共 1682 字,大约阅读时间需要 5 分钟。

Hello Everyone,

If you faced a character problem in Category Titles in Blog Site Template for different language , may be this article helps you. In my envoriment i am using Turkish Language Pack (1055) .

the repro is not tested on other languages but it  should be occurs for other languages which is contains specific characters .

I think this  problem is a minor bug .You can reproduce it easily .

Here the Repro steps.

1) Install or find SPS2010 + SP1Dec2011 CU + TR(1055) language pack installed machine.
2) Create a site collection in Turkish
3) Create a “Web Günlüğü”  (Blog Site Instance)
4) Add some categories that contains Turkish Characters.
5) Click one of this category titles in left navigation  and open category page

I have created a category named : “Yağlı Boya Seçmeleri”  You can see the problem bellowed screenshot.

The problem is when rendering left panel Categories web part (XSTLListView) not encode url of Link object correctly. I have tested with changing the link in browser’s address bar with correct encoding the titiles shown correctly on category page.

So There  is a workaround for fixing this issue with using Sharepoint Designer 2010 .

1) Open defauılt aspx and (any needed page) in Sharepoint Designer.

2) Select one of the link  in Categories  XsltListViewWebpart

3) Click the HyperLinkOptions button.

4) Change the default value of

} as
}

5) Repeat same options for all needed pages.

And Open and Check  again your blog page :

(For who know Turkish the word of “Şeçme” have a little typo correct word is “Seçme” . Dont worry about it . i am not get all screenshot again for fixing this :)

转载于:https://www.cnblogs.com/ahghy/archive/2012/11/19/2777693.html

你可能感兴趣的文章
emacs 23 not found package
查看>>
将音频编解码器整合进新一代SoC的技术挑战和设计实现
查看>>
经典排序算法
查看>>
都是inline惹的祸
查看>>
centos warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
查看>>
Android和PC端不能正常进行AES解密的问题
查看>>
php面试题目(中等水平)
查看>>
<sstream>string到int的转换
查看>>
POI导出Excle HSSF
查看>>
Java中调用Delphi编写的DLL
查看>>
Lua读取URL内容
查看>>
第一章:The Missing Code Library--8.避免不合要求的echo方法
查看>>
给gridview动态生成radiobutton添加OnCheckedChanged事件
查看>>
.gitignore文件无效的原因以及解决方式
查看>>
a33核心板启动问题
查看>>
linux NFS共享文件
查看>>
mysql 时间格式函数
查看>>
android中进行https连接的方式的详解
查看>>
MySQL查看字符集
查看>>
stylecop代码检查提示
查看>>