This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 193983 - com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.
Summary: com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: In...
Status: RESOLVED DUPLICATE of bug 187824
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-03 16:21 UTC by txigreman
Modified: 2011-01-05 10:25 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175534


Attachments
stacktrace (3.35 KB, text/plain)
2011-01-03 16:21 UTC, txigreman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description txigreman 2011-01-03 16:21:24 UTC
This bug was originally marked as duplicate of bug 145439, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
GUEST: null

GUEST: using a 
Comment 1 txigreman 2011-01-03 16:21:29 UTC
Created attachment 104669 [details]
stacktrace
Comment 2 txigreman 2011-01-03 16:59:02 UTC
The exception is thrown when editing an iso-8859-1 file containing a css rule like this:

.something {
   content: ' . ';
}
Comment 3 txigreman 2011-01-03 17:02:20 UTC
(In reply to comment #2)
> The exception is thrown when editing an iso-8859-1 file containing a css rule
> like this:
> 
> .something {
>    content: ' . ';
> }

Sorry:
content: ' ยท ';

(middle dot)
Comment 4 Marek Fukala 2011-01-05 10:25:35 UTC
Already fixed

*** This bug has been marked as a duplicate of bug 187824 ***