• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic 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.

Item5584: E-mail problem when enabled user interface Internationalisation

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Engine   Low No Action Required   major  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

-- TWiki:Main/VictorKasatkin - 29 Apr 2008

HTML page and submit email after registration or reset password look like HTML encoded symbol with &#NNNN character -& # 1044 & # 1086 & # 1088

When enabled UserInterfaceInternationalisation

After remove first '&' symbol from s operator string in Twiki.pm:

sub entityEncode {
....

$text =~ s/([[\x01-\x09\x0b\x0c\x0e-\x1f"% & '*<=>@[_\|$extra])/'&#'.ord($1).;'/ge;

Html page is well, but not email - where can i find email encode function?

I see this bug on two linux system suse 10.3 and AltLinux 4.0.1 with UTF-8 by default...may be this one is perl bug?

 

Ok - this bug is Bugs.Item5476 $TWiki::cfg{Site}{CharSet} must be set by hand...

-- TWiki:Main.VictorKasatkin - 05 May 2008

ItemTemplate
Summary E-mail problem when enabled user interface Internationalisation
ReportedBy TWiki:Main.VictorKasatkin
Codebase

SVN Range TWiki-5.0.0, Tue, 15 Apr 2008, build 16676
AppliesTo Engine
Component

Priority Low
CurrentState No Action Required
WaitingFor

Checkins

TargetRelease major
ReleasedIn

Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2008-05-05 - VictorKasatkin
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback