In fact, my use would be with cyrillic languages only.
And I thought there could be some way to develop something to go from
cyrillic to latin and forth using ISO 9. And for resulting latin letters
which are still Unicode (like Ł), use &#xxx;
Latin would be use to keep text in Paradox database, but it could be
then typed and viewed in Cyrillic.
Does anybody know if it has been done ? Can be done ?
Robert Wilt****re a écrit :
>> Still no improvement about how Paradox can handle Unicode databases
>> (meaning, almost no way) ?
>
>
> Just an idea, not sure if it works..........
> If unicode table was on sql server it might be possible to write sql
>
> select
> cast(fieldname1 as varchar(30)) as fieldnameInResult
> from
> tbl
>
> Use sql and submit it as passthrough sql to the sql server,
> and then use "cast" to return nvarchar(unicode) as varchar,
> a datatype that pdox can actually handle.
>
> Robert Wilt****re
>
>
>
>
--
Cordialement
Alain Godet
ajouter un t avant le @[EMAIL PROTECTED]
pour répondre...


|