Re: Unicode
- From: Alain Godet <algode@xxxxxxx>
- Date: Sun, 23 Sep 2007 19:08:59 +0200
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 Wiltshire 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 Wiltshire
--
Cordialement
Alain Godet
ajouter un t avant le @ pour répondre...
.
- References:
- Unicode
- From: Alain Godet
- Re: Unicode
- From: Robert Wiltshire
- Unicode
- Prev by Date: Re: Table formatting disappears
- Next by Date: Re: Table formatting disappears
- Previous by thread: Re: Unicode
- Next by thread: Bold font won't stick...?
- Index(es):
Relevant Pages
|
|