Revision: 27150
          http://sourceforge.net/p/bibdesk/svn/27150
Author:   hofman
Date:     2021-11-21 15:00:45 +0000 (Sun, 21 Nov 2021)
Log Message:
-----------
No need to set parserEncoding twice to the same value

Modified Paths:
--------------
    trunk/bibdesk/BibDocument.m

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2021-11-21 14:57:42 UTC (rev 27149)
+++ trunk/bibdesk/BibDocument.m 2021-11-21 15:00:45 UTC (rev 27150)
@@ -1845,7 +1845,6 @@
             [data writeToURL:fileURL atomically:YES];
             parserEncoding = NSUTF8StringEncoding;
         }else{
-            parserEncoding = encoding;
             NSLog(@"Unable to convert data from encoding %@ to UTF-8", 
[NSString localizedNameOfStringEncoding:encoding]);
         }
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to