Unicode y Delphi

From: GB Blanchard (1122_at_1122noexiste.net)
Date: 05/04/04


Date: Tue, 04 May 2004 15:39:33 GMT


 I have an app that sends chars to the active app that works fine
for most people, but someone from Thailand who wants to insert
Chinese characters just sent me the following message:

 "Your application does not work in my English version of WinXP.
All languages appear gibberish except for Symbols since two files,
chars.txt and original-chars.txt are created and saved in ANSI
format instead of Unicode encoding".

 I have two questions:

 1) Where can I read up on Unicode? Google gives hundreds of hits
about individual programming issues but I can't find anything that
sums up what it is and where and how it is used. Any pointers will
be appreciated.

 2) I vaguely remember from online reading that there is a
relationship between Unicode and WideChars. If this is true, can I
use Unicode in Delphi7 to send WideChars to any application in the
same way I'm sending Chars now? Sorry if this is a silly question,
but I don't know enough right now to make it more intelligent.

-- 
Brad Blanchard
http://www.braser.com


Relevant Pages

  • Re: CFile ops using char or TCHAR
    ... >just noticed that my file handling class is working chars not TCHARs. ... >Do I need to be working in wide chars for CFile operations, ... you need to use the type of characters you want ... CE is heavily biased towards UNICODE. ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Unicode & Pythonwin / win32 / console?
    ... > * Webbrowsers for example have to display defective HTML as good as ... unknown unicode chars as "?" ... > occasionally chinese chars are displayed cryptically on non-chinese ... If the decision for default 'strict' encoding on ...
    (comp.lang.python)
  • Re: Fedora, unicode, console
    ... > to get UTF-8 enabled in console? ... *all* the Unicode characters: Fedora has chosen a good one, ... > has not all UTF-8 chars, ... Well, in vim, if you know the Unicode reference, try ...
    (Fedora)
  • Re: Unicode problem in ucs4
    ... Unicode object to a wchar_t representation. ... You also have to allocate the buffer to store the wchar_t data in. ...    most size wchar_t characters are copied. ... chars are copied to sample ...
    (comp.lang.python)
  • Re: Read UTF8 (mixed byte) file & convert to Unicode
    ... >> I have a file which has no BOM and contains mostly single byte chars. ... >> are numerous double byte chars (Japanese) which appear throughout. ... >> take the resulting Unicode and store it in a DB and display it onscreen. ... > string, ...
    (microsoft.public.dotnet.general)