Hello there Loic.<br><br>I presume your problem has to do with the font and not the database. I have recently implemented a database with a combination of Greek and French letters and it was a nightmare to make them work in Director. Here are some things I came up with:<br>
a) If you import data in VStudio from a text file, use UTF-16 encoding to preserve all &quot;weird&quot; characters<br>b) Any font you use in Director version 11 and above has definitely to be UNICODE<br>c) If you use a unicode system font (like Arial Unicode) then all characters should appear fine and have styling as well (bold, italics)<br>
d) If you embedd the font in Director, then weird things happen, like: 1) you cannot have styling (ignored in Text window), 2) if you apply styling then most probably you will loose the French accented characters. So instead import the font again, choose a Style from the Insert&gt;Font... menu and give a different name to the Font cast member, which you will use in the Text window.<br>
<br>I haven&#39;t used the IOEncoding property and don&#39;t think would have made any difference.  I strongly believe, the problem lies within the lame font manipulation by Director 11 or 11.5. In any case you can try my advice and provide some feedback.<br>
<br>Regards,<br>Takis<br><br><div class="gmail_quote">2009/7/7 Loïc REMY <span dir="ltr">&lt;<a href="mailto:loicremy@atelia.net">loicremy@atelia.net</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Ruslan<br>
<br>
I just try this mod but without result :<br>
<br>
  Valentina = new( xtra &quot;Valentina&quot; )<br>
  Valentina.init( 9 * 1024 * 1024, &quot;&quot;, &quot;&quot; )<br>
  Valentina.debugLevel = #kLogErrors<br>
<br>
  gDB = new ( xtra &quot;VDatabase&quot; )<br>
  gDB.Open( the moviepath &amp; &quot;/db/lrp.vdb&quot; )<br>
  gDB.IOEncoding = &quot;France&quot;<br>
<br>
I tried some other parameters : UTF-8, Latin1...without result to.<br>
<br>
I don&#39;t know where to find precisions about this property (IOEncoding) since, in Pdf Manuel, it is only mentioned in summary ?<br>
<br>
Best regards, an thank you<br>
<br>
Loïc<br>
<br>
<br>
-----Message d&#39;origine-----<br>
De : <a href="mailto:valentina-bounces@lists.macserve.net">valentina-bounces@lists.macserve.net</a> [mailto:<a href="mailto:valentina-bounces@lists.macserve.net">valentina-bounces@lists.macserve.net</a>] De la part de Ruslan Zasukhin<br>

Envoyé : lundi 6 juillet 2009 17:06<br>
À : <a href="mailto:valentina@lists.macserve.net">valentina@lists.macserve.net</a><br>
Objet : Re: French accents<br>
<div><div></div><div class="h5"><br>
On 7/6/09 5:11 PM, &quot;Loïc REMY&quot; &lt;<a href="mailto:loicremy@atelia.net">loicremy@atelia.net</a>&gt; wrote:<br>
<br>
Hi Loïc,<br>
<br>
&gt; I¹m a Valentina¹s beginner and I just develop a little application. I use<br>
&gt; Director 11.5 and I got a database whit French texts. In Valentina Studio, I<br>
&gt; can see all accents (éàŠ) but inside Director, they are replaced by a little<br>
&gt; square.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Can you help me to solve that little problem ?<br>
<br>
I think you need take a look on<br>
<br>
    Vdatabase.IOEncoding = &quot;France&quot;<br>
<br>
property<br>
<br>
<br>
--<br>
Best regards,<br>
<br>
Ruslan Zasukhin<br>
VP Engineering and New Technology<br>
Paradigma Software, Inc<br>
<br>
Valentina - Joining Worlds of Information<br>
<a href="http://www.paradigmasoft.com" target="_blank">http://www.paradigmasoft.com</a><br>
<br>
[I feel the need: the need for speed]<br>
<br>
<br>
_______________________________________________<br>
Valentina mailing list<br>
<a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br>
<a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
<br>
<br>
<br>
_______________________________________________<br>
Valentina mailing list<br>
<a href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a><br>
<a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
</div></div></blockquote></div><br>