ingelabs / classpath

GNU Classpath, Essential Libraries for Java
Other
8 stars 3 forks source link

Wrong parsing of strings in DateFormatSymbols #5

Closed ingebot closed 5 months ago

ingebot commented 6 years ago

Note: this issue was migrated automatically using bugzilla2github

Original bug ID: BZ#83968 From: @guillerodriguez Reported version: 0.99 CC: gnu_andrew@member.fsf.org

ingebot commented 6 years ago

Comment author: @guillerodriguez

Created attachment 43202 Test case

There is a trailing ® character in some of the strings parsed by DateFormatSymbols. A test case is attached.

Attached file: file_83968.txt (text/plain, 333 bytes) Description: Test case

ingebot commented 6 years ago

Comment author: @guillerodriguez

Created attachment 43203 Proposed fix

Attached file: file_83968.txt (text/plain, 610 bytes) Description: Proposed fix