Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 37 by masayan68: first letter of link was not encoded.
http://code.google.com/p/gwtwiki/issues/detail?id=37
What steps will reproduce the problem?
1. set up the WikiModel, passing in "/wikiDocument.do?title=${title}" as
the base link uri
2. pass in an internal link: [[Japanese title]]
3. receive back the html: <a href="/wikiDocument.do?title=Japanese title
not encoded first letter">Japanese title</a>
What is the expected output? What do you see instead?
input: [[京都市]]
expected output: <a
href="/wikiDocument.do?title=%E4%BA%AC%E9%83%BD%E5%B8%82">
instead output: <a href="/wikiDocument.do?title=京%E9%83%BD%E5%B8%82">
What version of the product are you using? On what operating system?
product:bliki-core-3.0.13
on:Windows 7, Windows XP
Please provide any additional information below.
Encorder.encodeTitleToUrl/encodeTitleDotUrl.
In these functions, please encode first character too.
thanks.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups "Bliki - Java/Eclipse Wikipedia API" group.
To post to this group, send email to
bl...@googlegroups.com
To unsubscribe from this group, send email to
bliki-un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bliki?hl=en
or visit the projects homepage at
http://matheclipse.org/en/Eclipse_Wikipedia_Editor