Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 638178

Summary: Guide mentions .properties in ASCII encoding, but is in fact ISO 8859-1
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Jan Ypma <jypma>
Component: DocumentationAssignee: Scott Mumford <smumford>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: low Docs Contact:
Priority: low    
Version: 5.0CC: kbaker
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-11 04:29:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Ypma 2010-09-28 12:55:39 UTC
Section "7.1. Overview" has a block "Translation in XML Format" which indicates that Java properties bundles are in ASCII encoding. In fact however, the bundles are in ISO 8859-1 (which is a superset of ASCII). 

Refer to JavaDoc on java.util.Properties for details.

Comment 1 Scott Mumford 2010-11-11 04:29:49 UTC
The text in question has been updated to refer to ISO 8859-1 rather than ASCII.