It was me myself and I... Sorry - but i just found out that - because I have played around with the code - trying to translate it into Danish - the result was that I ruined the script.. I copied the original code and all my examples worked as they should.. Sorry to have bothered you with my self-inflicted problems..
Btw its typical that I break some code trying to translate - f.x. buttontext etc - Sometimes the text also has some coderelation - and I can't see that from looking at the syntax.. If you have some advice regarding translation of the button and messages - it's most welcome.. YS Måns Mårtensson On 23 Mar., 19:19, Eric Shulman <[email protected]> wrote: > > All those double spaces, and the places where it ignored the comma, > > makes me wonder if its a unicode translation thing. Like maybe the > > form is expecting utf-8, or maybe the js is actually using ASCII -- > > but you're pasting in from some other character set. > > I suspect that it is a double-byte character set conversion issue. > The script uses javascript the native split(",") function to chop the > lines into separate values. and that function may not handle Unicode > characters very well. There might be a fix by calling on > convertUnicodeToUtf8(...) before trying to split the CSV data... but > that might also break the handling for the more usual single-byte > character sets. I'll have to experiment a bit. If I don't have an > answer by next week, 'bump' this thread to remind me... > > -e > Eric Shulman > TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

