Hi,

I have a macro that grabs some data from one TW to update another,
using the core loadFile and importTiddlyWiki functions; here are the
key lines:

var txt=loadFile(path);
var remoteStore=new TiddlyWiki();
remoteStore.importTiddlyWiki(txt);

The remoteStore object can then be manipulated like store to find the
tiddlers and fields I need.

This works great, except some tiddlers in the file being imported have
names including international characters (they're journal article
authors, so this is hard to avoid). In remoteStore, these characters
are not preserved. For example, a tiddler with the title Nyström2002
comes out as Nyström2002 in the remoteStore object.

If anyone has insights into how I might be able to get the two to
match up short of examining the titles character-by-character and
converting as needed, I'd be grateful.

--Jon

-- 
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