<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD: Migration for table names with special characters fails"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121469#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD: Migration for table names with special characters fails"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121469">bug 121469</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Tamas:
I created a local patch consisting to:
- copy lcl_ConvertToUTF8 and lcl_IndexOfUnicode from createparser.cxx to
parseschema.cxx
- in parserschema.cxx, SchemaParser::parseSchema method replace:
OUString sSql = xTextInput->readLine();
by 
OUString sSql = lcl_ConvertToUTF8(OUStringToOString(xTextInput->readLine(),
RTL_TEXTENCODING_UTF8));

Of course, it'd better to centralize ConvertToUTF8 mechanism because
rColumnName in parseColumnPart method must need it, but what do you think about
the principle?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>