What browser are you using? There are some differences between the
handling of unicode characters in the IE, Firefox and Java versions of
the saving code.

Can you verify that the file you are importing is correctly encoded in
UTF-8? A good text editor should indicate the file encoding somewhere.
Are the files are on the public Internet so that I can look at them?

Cheers

Jeremy

On Wed, Apr 20, 2011 at 7:12 PM, VJ <[email protected]> wrote:
>
> 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.
>
>



-- 
Jeremy Ruston
mailto:[email protected]
http://www.tiddlywiki.com

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