Hi, The text data written using the SCRIPT command and Script tool only contains ASCII characters (between 32 and 127). All other characters are escaped. Because of that, I assumed so far that the encoding (it is UTF-8) is not as important. But in fact identifier names (table names, column names and so on) may contain characters outside this range. I have implemented the same option as for RUNSCRIPT now in SCRIPT as well.
Now there is a problem: SCRIPT so far used UTF-8 by default, and RUNSCRIPT used the default encoding. I think the best solution is to use the default encoding for SCRIPT as well (except when setting the encoding explicitly of course). I believe this is not a problem for most use cases, because identifier names rarely contain special characters. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en.
