Bugs item #980694, was opened at 2004-06-27 15:37
Message generated for change (Comment added) made by maartenc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=980694&group_id=16035

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Maarten Coene (maartenc)
Summary: Remove parseText(String text, String encoding)

Initial Comment:
There is no need to specify the encoding when parsing
from a String. The encoding only matters when
converting from bytes to chars. A String is already
chars so the encoding has (or at least should have) no
effect. There is no purpose to the new 

public static Document parseText(String text, String
encoding)

method in DocumentHelper and it should therefore be
deleted. 

----------------------------------------------------------------------

>Comment By: Maarten Coene (maartenc)
Date: 2004-06-29 16:28

Message:
Logged In: YES 
user_id=178745

method removed in CVS

thanks
Maarten

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=980694&group_id=16035


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to