[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Handling ":" in Resource names
|
- From: Trey Anastasio <chris@xxxxxxxxxxxxxx>
- Date: Fri, 16 Nov 2007 09:43:18 -0600
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5.0.13 (Windows/20070809)
How can we handle colons in resource names? We received content with a
URL encoded file name from the server. We need to create a file
resource with the given name. These file names may contain colons.
Naturally Eclipse handles the colon as a newline, thus truncating
everything from the colon onward.
I didn't notice any facilities in core.resources to handle this scenario.
Suggestions are appreciated.
Thanks.