On Mon, Jun 21, 2010 at 9:28 PM, Ivan Smahin <span dir="ltr"><<a href="mailto:ivan_smahin@paradigmasoft.com">ivan_smahin@paradigmasoft.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
No - you should do any special preparation.<br>
Valentina  offers  to  different  things  -  storage  encoding  and IO<br>
encoding.<br>
<br>
Storage encoding should be set to UTF16 always (for now).<br>
But  IO  encoding  is  the thing to avoid manual encoding data in your<br>
app.  You  should  set  it  to UTF8 in your case. This property is not<br>
schema storable - so you should set it each time before db open.<br>
<br>
See V4REV examples and wiki for details.<br>
<font color="#888888"></font><br></blockquote><div>OK, that explains it.<br><br>After changing Valentina to UTF-16 I just ran some of my Rev code and it worked fine :-) I was scratching my head as I couldn't see anything in the Rev examples that looked like they were swapping back and forth between UTF-16 and UTF-8. Great to know I don't have to!<br>
<br>Thanks for taking the time to explain this. Much appreciated.<br></div></div>