Re: unicodedata . normalize (NFD - NFC) inconsistency

From: Christos (tzot_at_sil-tec.gr)
Date: 11/10/04


Date: Wed, 10 Nov 2004 10:48:10 +0200

On Mon, 08 Nov 2004 17:40:47 -0800, rumours say that Brion Vibber
<brion@pobox.com> might have written:

>I've been spending some time lately writing a normalizer (in PHP of all
>things -- yeesh!), and yes Unicode is a scary world. :)

...

>http://www.unicode.org/unicode/reports/tr15/#Primary_Exclusion_List_Table

Thanks for the pointer, very informative, explaining why the observed
behaviour is well inside the definition of Unicode. Thanks go to Martin
also for taking a look at this.

-- 
TZOTZIOY, I speak England very best,
"Tssss!" --Brad Pitt as Achilles in unprecedented Ancient Greek


Relevant Pages

  • Re: LPCSTR from String
    ... but belive this can hold pointer to both ANSI and UNICODE ... I have a String ...
    (microsoft.public.dotnet.languages.vc)
  • Re: A CString question
    ... PCTSTR (Regular) PCSTR (Unicode) PCWSTR ... LPTSTR LPSTR LPWSTR, ... PTCHAR Pointer to a TCHAR ...
    (microsoft.public.vc.mfc)
  • Oracle ncahr versus nvarchar2 and unicode data
    ... to insert unicode data into nvarchar2 and get back what was inserted but same ... OCI version is 10.1.0.2 ... $dbh->do('drop table martin'); ... A simple change to create the table with nchar instead of nvarchar2 ...
    (perl.dbi.users)
  • Re: Pointer control?
    ... or even moving in a direction. ... What I really want is to be able to perform a 'slide pointer over an ... Martin Avison ... Please use News att avisoft dott f9 dott co dott uk ...
    (comp.sys.acorn.programmer)
  • Re: Is the following little function UNICODE-safe? ...
    ... to switch later to UNICODE, ... This clearly makes it obvious that you think you are returning 8-bit characters. ... yet here you both use an incorrect data type and don't have a const cast. ... You have used a local variable in a function, and you are returning a pointer to a local ...
    (microsoft.public.vc.mfc)