Revision: 4920
http://sourceforge.net/p/jump-pilot/code/4920
Author: ma15569
Date: 2016-05-21 17:33:58 +0000 (Sat, 21 May 2016)
Log Message:
-----------
Workaround if aux.xml has been download from web: convert HTML quotes ["]
to ["]
Modified Paths:
--------------
core/trunk/src/org/openjump/core/ccordsys/utils/ProjUtils.java
Modified: core/trunk/src/org/openjump/core/ccordsys/utils/ProjUtils.java
===================================================================
--- core/trunk/src/org/openjump/core/ccordsys/utils/ProjUtils.java
2016-05-21 15:11:59 UTC (rev 4919)
+++ core/trunk/src/org/openjump/core/ccordsys/utils/ProjUtils.java
2016-05-21 17:33:58 UTC (rev 4920)
@@ -434,6 +434,9 @@
* @return <String> - SRS definition
*/
private static String decodeProjDescription(String textProj) {
+ // Workaround if aux.xml has been download from web.
+ // convert HTML quotes ["] to ["]
+ textProj = textProj.replaceAll(""", "\"");
int start = textProj.indexOf("[\"");
int end = textProj.indexOf("\",", start);
String prjname = "";
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel