Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#285 closed defect (bug) (fixed)

Forum Posts are cut off when "ß" (ß) occurs

Reported by: wildrot's profile wildrot Owned by:
Milestone: Priority: blocker
Severity: Version: 1.0
Component: Keywords: Forums, Encoding, UTF-8
Cc:

Description

The description pretty much says it: When posting into a thread, the occurence of "ß" causes the post to be cut off at that point — a total no–go for german–speaking countries.

Example @ http://schmink-tipps.net/groups/ich-lieeebe-lippenstift/forum/topic/7 and/or @ http://schmink-tipps.net/bbpress/topic.php?id=7

Attachments (1)

Bild 5.png (111.2 KB) - added by wildrot 16 years ago.
broken threading in site wide activity

Download all attachments as: .zip

Change History (6)

@wildrot
16 years ago

broken threading in site wide activity

#1 @wildrot
16 years ago

Also causes threading in site wide activity to break.

#2 @wildrot
16 years ago

Can be fixed in bp-forums-filters.php by modifying line 30 to

$content = htmlentities($content, ENT_COMPAT, "UTF-8");

and line 38 to

$content = html_entity_decode($content, ENT_COMPAT, "UTF-8");

This requires PHP5 though, because PHP4 lacks MBCS support for html_entity_decode()

#3 @wildrot
16 years ago

Examples are void by now.

#4 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#5 @(none)
15 years ago

  • Milestone Forums 1.0 deleted

Milestone Forums 1.0 deleted

Note: See TracTickets for help on using tickets.