http://trac.tiddlywiki.org/changeset/9906

FND
2009-06-23 10:32:57 +0000 (Tue, 23 Jun 2009)
183
bugfix: removed Mozilla-specific Unicode handling in upgradeFrom

This broke the upgrade process in v2.5.1 - presumably due to $.twFile
taking care of this encoding now.

ticket #1075

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

U   Trunk/core/js/Upgrade.js

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

Modified: Trunk/core/js/Upgrade.js
===================================================================
--- Trunk/core/js/Upgrade.js    2009-06-23 09:30:17 UTC (rev 9905)
+++ Trunk/core/js/Upgrade.js    2009-06-23 10:32:57 UTC (rev 9906)
@@ -95,8 +95,6 @@
 {
        var importStore = new TiddlyWiki();
        var tw = loadFile(path);
-       if(window.netscape !== undefined)
-               tw = convertUTF8ToUnicode(tw);
        importStore.importTiddlyWiki(tw);
        importStore.forEachTiddler(function(title,tiddler) {
                if(!store.getTiddler(title)) {

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to