SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-421
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Maurice Nicholson
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Compass

LocaleConverter doesn't work entirely correctly

Created: 25/Jun/07 05:11 AM   Updated: 27/Jun/07 03:55 AM
Component/s: Compass::Core
Affects Version/s: 1.1 GA
Fix Version/s: 1.2 M3


 Description  « Hide
Locales are unmarshalled with lower case country/language strings, so are not equal to the marshalled object.

Compass should probably always marshall Locale instances as UN_TOKENIZED or else store meta data to be able to properly unmarshall them.

See http://forums.opensymphony.com/thread.jspa?forumID=37&threadID=82127



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 27/Jun/07 03:55 AM
Changed the LocaleConverter to always store the property in UN_INDEXED mode.