• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item6311: Summarizing function of WebChanges does not support multi byte characters.
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
|
Normal |
Waiting for Feedback |
|
n/a |
|
Detail
This bug is related to
Item4074.
When summariseChanges function in Render.pm is operated, it tries to truncate contents without considering multibyte character.
I suggest that the line described below should be changed to support multi byte character.
$block =~ s/^(.{$trunc}).*$/$1/ if( $trim );
--
TWiki:Main/JustinKim
- 24 Aug 2009
I attached a broken character example from my twiki site.
--
TWiki:Main.JustinKim
- 24 Aug 2009