Fakultätsfunktion in Java
How are you creating that title? Does your keyboard support those
characters or are you pasting from another application?
- Dave
On May 5, 2006, at 4:53 PM, Axel wrote:
On 5/3/06, Axel <[EMAIL PROTECTED]> wrote:
I have a similar problem in 2.2:
If I press the comment link for an entry with the title:
"Fakultätsfunktion in Java" the following link doesn't work:
http://www.bliki.info/roller/page/axelclk?entry=fakult%C3%
A4tsfunktion_in_java#comments
It seems that the following change in RollerRequest#getWeblogEntry()
solved my encoding problem, but it's a bad hack.
How can I avoid this change?
else if ( mWebsite != null && anchor != null )
{
+ try {
+ anchor = new String(
anchor.getBytes("Cp1252"), "UTF-8");
+ } catch (UnsupportedEncodingException
e) {
+ }
WeblogManager weblogMgr =
RollerFactory.getRoller().getWeblogManager();
mWeblogEntry = weblogMgr.getWeblogEntryByAnchor(