> [EMAIL PROTECTED] wrote: >> Hello, somebody know why the tilde do not show correctly. >> I am using Turbo Delphi and the unit SQLiteTable3 for access to the >> database in sqlite 3, but, the text that I see is, for example: >> >> Calcula la media móvil simple >> >> it must be >> >> Calcula la media móvil simple > > Whatever tool you are using for display does not handle UTF-8. 'ó' is > encoded with two bytes in UTF-8, but your display program shows each > byte as if it were a separate character. > > Igor Tandetnik > > > I am using SQliteSpy 1.5.5 for to execute de sql statement for fill the table. In the menu Execute of SQliteSpy exist the element "text to unicode conversion", i convert the database to UTF-8 but the problem continue.
----------------------------------------------------------------------------- > To unsubscribe, send email to [EMAIL PROTECTED] > ----------------------------------------------------------------------------- > > ------------------------------------------------ CiberCorreos® Acercando las Nuevas Tecnologías a la población. http://www.ciudadano.cu/ ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

