rWiki needs to support UTF-8 characters (I18N)

Description

I am trying to figure out a problem that pops up in RWiki, but does not in some other Sakai Tools such as Chat. We have a Tibhetan scholar, and he pastes content into the wiki that uses both the Tibetan font and the Chinese font (as well as some other diacritical marks). When the paste happens, the characters appear as they should. However, when you go to look at it later, all that appears in question marks. How can we get RWiki to handle UTF-8 ?

  • George Pipkin
    U.Va.

(John Leasia notes that this sounds similar to what happens in Resources when editing a simple text file in some cases - SAK-1357)

Activity

Show:

Harriet Truscott March 26, 2007 at 4:20 AM

Problem not related to RWiki; closing.

Megan May February 8, 2007 at 8:44 AM

Updating fix version from nightly2/trunk to 2.4.0.001 in prep for first QA tag (Prelim testing pre-code freeze)

George Pipkin November 21, 2006 at 2:03 PM

As it turned out, this problem was caused by the MySQL connector. We were running v3.1.11. When I installed v3.1.14, the characters started to be saved, retrieved, and displayed correctly

  • George Pipkin
    U.Va.

Ian Boston November 21, 2006 at 2:00 PM

Problem resolved,

George P. Pipkin wrote:
> Yeah - it was the MySQL connector. Looks like we had 3.1.11. Version
> 3.1.14 is the one that works.

So JConnetor 3.1.11 has a bug converting byte[] from a blob to String and visa versa.

fixed in 3.1.14

Stephen Marquard November 16, 2006 at 10:57 AM

There are a couple of known issues that can cause utf8 failures in rwiki and other tools. Chief amongst these are database issues - for both mysql & Oracle whether the db was created correctly with utf8 support, and also for mysql the connection string and mysql connector version are significant.

Non-Issue

Details

Priority

Affects versions

Components

Assignee

Reporter

Created November 16, 2006 at 7:50 AM
Updated October 23, 2008 at 10:48 AM
Resolved March 26, 2007 at 6:05 AM